summaryrefslogtreecommitdiff
path: root/sysdeps/unix/make-syscalls.sh
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>2000-06-30 01:11:14 +0000
committerGreg McGary <greg@mcgary.org>2000-06-30 01:11:14 +0000
commit5785c39fd12a8f21059524bb60a80777aabb9ba1 (patch)
tree057f45fb19124d7ce2aa0bef637102cac53ae0e6 /sysdeps/unix/make-syscalls.sh
parentf175216dbf9354a73441b54f5135fe673f536c20 (diff)
* sysdeps/generic/libc-start.c (__libc_stack_end): Chop __unbounded.
* sysdeps/unix/make-syscalls.sh: Handle signatures of length 7..9, just in case... * misc/sys/cdefs.h (__ptrvalue): Define as nothing for non-BP. * sysdeps/generic/libc-start.c (__libc_stack_end): Chop __unbounded. * sysdeps/unix/make-syscalls.sh: Handle signatures of length 7..9, just in case... * misc/sys/cdefs.h (__ptrvalue): Define as nothing for non-BP.
Diffstat (limited to 'sysdeps/unix/make-syscalls.sh')
-rw-r--r--sysdeps/unix/make-syscalls.sh3
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