]> sourceware.org Git - glibc.git/commitdiff
2003-04-15 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 16 Apr 2003 03:06:31 +0000 (03:06 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 16 Apr 2003 03:06:31 +0000 (03:06 +0000)
* sysdeps/generic/libc-start.c [NEED_DL_SYSINFO]: Add decl for
INTUSE(__register_frame_info_bases).

sysdeps/generic/libc-start.c

index 318d070f4b54e54d50a8c14c1b676c277e456313..0acdd5981505a52cd0977572e1a062d0454452d7 100644 (file)
@@ -30,6 +30,8 @@ extern void *__libc_stack_end;
 
 #ifdef NEED_DL_SYSINFO
 # include "unwind-dw2-fde.h"
+extern __typeof (__register_frame_info_bases)
+     INTUSE(__register_frame_info_bases);
 static struct object eh_obj;
 #endif
 
This page took 0.041623 seconds and 5 git commands to generate.