diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/make-syscalls.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh index 89bd3a3e42..9b05da9cc7 100644 --- a/sysdeps/unix/make-syscalls.sh +++ b/sysdeps/unix/make-syscalls.sh @@ -59,6 +59,9 @@ eval `{ echo "#include <sysdep.h>"; ?:????) nargs=4;; ?:?????) nargs=5;; ?:??????) nargs=6;; + ?:???????) nargs=7;; + ?:????????) nargs=8;; + ?:?????????) nargs=9;; esac # Make sure only the first syscall rule is used, if multiple dirs |