summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 3b144f6..a784e22 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -10,6 +10,7 @@ typedef uint16_t pid_t;
#define __SYS_getpid 2
#define __SYS_getpdir 3
#define __SYS_signal 4
+#define __SYS_rsputs 5
#define _syscall0(type, name) \
type name(void) { \