diff options
| author | Miguel <m.i@gmx.at> | 2018-10-15 16:29:50 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-15 16:29:50 +0200 |
| commit | e3a8099343aac9d94f411638ad84632d4b620132 (patch) | |
| tree | f0a1f73ab106c17b25fd8a5264a66b6b48e55e48 /interface/syscalls.h | |
| parent | f35d2124c36f8d39a953b76620e081b79c2faffd (diff) | |
cleanup sys/ etc
Diffstat (limited to 'interface/syscalls.h')
| -rw-r--r-- | interface/syscalls.h | 3 |
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 |
