diff options
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/syscalls.h b/src/shared/syscalls.h index bd26b43..b9be23d 100644 --- a/src/shared/syscalls.h +++ b/src/shared/syscalls.h @@ -5,6 +5,7 @@ #define FORK_NOREAP 1 #define FORK_NEWFS 2 #define OPEN_CREATE 1 +#define FSR_DELEGATE 1 enum { // idc about stable syscall numbers just yet |