aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-04-16 03:06:31 +0000
committerRoland McGrath <roland@gnu.org>2003-04-16 03:06:31 +0000
commit21e66107561c463d5ce502d6b2bfce231898bd95 (patch)
treec3d6a52f776d40796f58e85c92f9e167256e8585 /sysdeps
parentdce3db5635277a727b73f6130b6d3d68d6750d89 (diff)
downloadglibc-21e66107561c463d5ce502d6b2bfce231898bd95.tar
glibc-21e66107561c463d5ce502d6b2bfce231898bd95.tar.gz
glibc-21e66107561c463d5ce502d6b2bfce231898bd95.tar.bz2
glibc-21e66107561c463d5ce502d6b2bfce231898bd95.zip
2003-04-15 Roland McGrath <roland@redhat.com>
* sysdeps/generic/libc-start.c [NEED_DL_SYSINFO]: Add decl for INTUSE(__register_frame_info_bases).
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/libc-start.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/libc-start.c b/sysdeps/generic/libc-start.c
index 318d070f4b..0acdd59815 100644
--- a/sysdeps/generic/libc-start.c
+++ b/sysdeps/generic/libc-start.c
@@ -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