aboutsummaryrefslogtreecommitdiff
path: root/libgloss/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/syscall.h')
-rw-r--r--libgloss/syscall.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/libgloss/syscall.h b/libgloss/syscall.h
index da78562..665cfe8 100644
--- a/libgloss/syscall.h
+++ b/libgloss/syscall.h
@@ -38,10 +38,12 @@
#define SYS_argv 13
/* These are extras added for one reason or another. */
-#define SYS_chdir 14
-#define SYS_stat 15
-#define SYS_chmod 16
-#define SYS_utime 17
-#define SYS_time 18
-
+#define SYS_chdir 14
+#define SYS_stat 15
+#define SYS_chmod 16
+#define SYS_utime 17
+#define SYS_time 18
+#define SYS_gettimeofday 19
+#define SYS_times 20
+#define SYS_link 21
#endif