summaryrefslogtreecommitdiff
path: root/src/_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/_syscall.h')
-rw-r--r--src/_syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/_syscall.h b/src/_syscall.h
index efb0d0c3..3f6e49b7 100644
--- a/src/_syscall.h
+++ b/src/_syscall.h
@@ -95,9 +95,11 @@ long __syscall(long __number, ...);
#define __sys_stat 4
#define __sys_time 201
+#define __sys_times 100
#define __sys_umask 95
#define __sys_unlink 87
+#define __sys_utime 132
#define __sys_waitid 247
#define __sys_write 1