summaryrefslogtreecommitdiff
path: root/elf/globalmod1.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-04-06 15:23:41 +0000
committerAndreas Jaeger <aj@suse.de>2001-04-06 15:23:41 +0000
commitf4964b5cd47224bf63efe898ec450529d3400c4f (patch)
tree8ae6702fc953c52ba9614eb6c8f6d01504411473 /elf/globalmod1.c
parentbc025a8adf0aa5d418751c92a75d5733125322a5 (diff)
Update.
2001-04-06 Andreas Jaeger <aj@suse.de> * include/sys/profil.h: New file. * dlfcn/modatexit.c: Add prototypes to silence GCC. * dlfcn/modcxaatexit.c: Likewise. * elf/globalmod1.c: Likewise.
Diffstat (limited to 'elf/globalmod1.c')
-rw-r--r--elf/globalmod1.c2
1 files changed, 2 insertions, 0 deletions
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 <dlfcn.h>
#include <stdio.h>
+extern int test (void);
+
int
test (void)
{