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 /dlfcn/modatexit.c | |
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 'dlfcn/modatexit.c')
-rw-r--r-- | dlfcn/modatexit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dlfcn/modatexit.c b/dlfcn/modatexit.c index 110feadad8..1a91f3750b 100644 --- a/dlfcn/modatexit.c +++ b/dlfcn/modatexit.c @@ -22,6 +22,9 @@ int global; int *ip; +extern void dummy (void); +extern void foo (void *p); + void dummy (void) { |