mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-16 09:41:42 +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