From f4964b5cd47224bf63efe898ec450529d3400c4f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 6 Apr 2001 15:23:41 +0000 Subject: Update. 2001-04-06 Andreas Jaeger * include/sys/profil.h: New file. * dlfcn/modatexit.c: Add prototypes to silence GCC. * dlfcn/modcxaatexit.c: Likewise. * elf/globalmod1.c: Likewise. --- elf/globalmod1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf/globalmod1.c') diff --git a/elf/globalmod1.c b/elf/globalmod1.c index 778a558746..3f80822269 100644 --- a/elf/globalmod1.c +++ b/elf/globalmod1.c @@ -1,6 +1,8 @@ #include #include +extern int test (void); + int test (void) { -- cgit v1.2.3