diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/include/sys/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/include/sys/syscall.h b/lib/libc/include/sys/syscall.h index 34f762d..26cbc5a 100644 --- a/lib/libc/include/sys/syscall.h +++ b/lib/libc/include/sys/syscall.h @@ -35,6 +35,7 @@ #endif #define SYS_exit 1 +#define SYS_write 2 #if !defined(__ASSEMBLER__) __attribute__((__always_inline__)) |