summaryrefslogtreecommitdiff
path: root/misc/sys
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 /misc/sys
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 'misc/sys')
-rw-r--r--misc/sys/cdefs.h1
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