summaryrefslogtreecommitdiff
path: root/interface/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface/syscalls.h')
-rw-r--r--interface/syscalls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface/syscalls.h b/interface/syscalls.h
index 1595c2d..604e150 100644
--- a/interface/syscalls.h
+++ b/interface/syscalls.h
@@ -28,5 +28,6 @@
#define SYSCALL_SELECT 89
#define SYSCALL_TCGETATTR 90
#define SYSCALL_TCSETATTR 91
+#define SYSCALL_OPENDIR 92
-#define SYSCALL_UNIMPLEMENTED 255
+#define SYSCALL_UNIMPLEMENTED 200