LibC: syscall() now returns -1 on error and updates errno

This commit is contained in:
Bananymous
2023-05-07 01:51:39 +03:00
parent 2fe9af7165
commit 10d9b72da1
5 changed files with 23 additions and 20 deletions

View File

@@ -17,6 +17,7 @@
#define ENOTTY 13
#define ENOTBLK 14
#define EMFILE 15
#define ENOSYS 16
#define errno errno