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. --- misc/sys/cdefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/sys') diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h index aaba8a47f8..dd06a6653a 100644 --- a/misc/sys/cdefs.h +++ b/misc/sys/cdefs.h @@ -88,6 +88,7 @@ #ifndef __BOUNDED_POINTERS__ # define __bounded /* nothing */ # define __unbounded /* nothing */ +# define __ptrvalue /* nothing */ #endif -- cgit 1.4.1