mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-08-26 05:15:01 +00:00
Workaround for errno
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include <errno.h>
|
||||
|
||||
int __local_stub_errno = 0;
|
||||
|
||||
int *__errno_location(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
return &__local_stub_errno;
|
||||
}
|
||||
|
Reference in New Issue
Block a user