diff options
author | Andreas Jaeger <aj@suse.de> | 2001-04-06 15:23:41 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-04-06 15:23:41 +0000 |
commit | f4964b5cd47224bf63efe898ec450529d3400c4f (patch) | |
tree | 8ae6702fc953c52ba9614eb6c8f6d01504411473 /elf | |
parent | bc025a8adf0aa5d418751c92a75d5733125322a5 (diff) | |
download | glibc-f4964b5cd47224bf63efe898ec450529d3400c4f.tar.gz glibc-f4964b5cd47224bf63efe898ec450529d3400c4f.tar.xz glibc-f4964b5cd47224bf63efe898ec450529d3400c4f.zip |
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')
-rw-r--r-- | elf/globalmod1.c | 2 |
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) { |