2003-04-15 Roland McGrath <roland@redhat.com>

* sysdeps/generic/libc-start.c [NEED_DL_SYSINFO]: Add decl for
	INTUSE(__register_frame_info_bases).
This commit is contained in:
Roland McGrath 2003-04-16 03:06:31 +00:00
parent dce3db5635
commit 21e6610756
1 changed files with 2 additions and 0 deletions

View 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