From 5785c39fd12a8f21059524bb60a80777aabb9ba1 Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Fri, 30 Jun 2000 01:11:14 +0000 Subject: * 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. --- sysdeps/unix/make-syscalls.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/unix') 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 "; ?:????) 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 -- cgit v1.2.3