diff options
author | Greg McGary <greg@mcgary.org> | 2000-06-30 01:11:14 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 2000-06-30 01:11:14 +0000 |
commit | 5785c39fd12a8f21059524bb60a80777aabb9ba1 (patch) | |
tree | 057f45fb19124d7ce2aa0bef637102cac53ae0e6 /misc | |
parent | f175216dbf9354a73441b54f5135fe673f536c20 (diff) | |
download | glibc-5785c39fd12a8f21059524bb60a80777aabb9ba1.tar.gz |
* 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 'misc')
-rw-r--r-- | misc/sys/cdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |