summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index c63ac6a..ae46b16 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,7 +1,8 @@
#ifndef _UNISTD_H
#define _UNISTD_H
-#define __SYS_print 0
+#define __SYS_puts 0
+#define __SYS_time 1
#define _syscall0(type, name) \
type name(void) { \