LibC: syscall() now returns -1 on error and updates errno
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#define ENOTTY 13
|
||||
#define ENOTBLK 14
|
||||
#define EMFILE 15
|
||||
#define ENOSYS 16
|
||||
|
||||
#define errno errno
|
||||
|
||||
|
||||
Reference in New Issue
Block a user