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/generic/libc-start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/generic/libc-start.c') diff --git a/sysdeps/generic/libc-start.c b/sysdeps/generic/libc-start.c index a9517c3218..bc02d5ce27 100644 --- a/sysdeps/generic/libc-start.c +++ b/sysdeps/generic/libc-start.c @@ -27,7 +27,7 @@ extern void __libc_init_first (int argc, char **argv, char **envp); extern int _dl_starting_up; weak_extern (_dl_starting_up) extern int __libc_multiple_libcs; -extern void *__unbounded __libc_stack_end; +extern void *__libc_stack_end; /* Prototype for local function. */ extern void __libc_check_standard_fds (void); -- cgit 1.4.1