mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
11 lines
166 B
C++
11 lines
166 B
C++
#include <errno.h>
|
|
|
|
#include <types.h>
|
|
#include <debug.h>
|
|
|
|
int *__errno_location(void)
|
|
{
|
|
fixme("errno_location() is not implemented yet!");
|
|
return nullptr;
|
|
}
|