diff options
Diffstat (limited to 'userland/libc/include/syscall.h')
-rw-r--r-- | userland/libc/include/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userland/libc/include/syscall.h b/userland/libc/include/syscall.h index 5e0e567..d89ead5 100644 --- a/userland/libc/include/syscall.h +++ b/userland/libc/include/syscall.h @@ -6,7 +6,7 @@ #include <sys/types.h> #define SYS_OPEN 0 -#define SYS_READ 1 +#define SYS_MREAD 1 #define SYS_WRITE 2 #define SYS_PREAD 3 #define SYS_PWRITE 4 |