mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 23:39:20 +00:00
Add stub headers
This commit is contained in:
10
Library/errno.cpp
Normal file
10
Library/errno.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include <types.h>
|
||||
#include <debug.h>
|
||||
|
||||
int *__errno_location(void)
|
||||
{
|
||||
fixme("errno_location() is not implemented yet!");
|
||||
return nullptr;
|
||||
}
|
Reference in New Issue
Block a user