diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-20 18:32:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-20 18:32:29 +0000 |
commit | d3556ac929680a279b9a989b0797c1dba7da8389 (patch) | |
tree | b9aa42fdee1b57dd3b5203141dedc2b080c43e5d /elf/testobj4.c | |
parent | 0f6052a803a04dd461e514884fe0856ee03fa4a0 (diff) | |
download | glibc-d3556ac929680a279b9a989b0797c1dba7da8389.tar.gz glibc-d3556ac929680a279b9a989b0797c1dba7da8389.tar.xz glibc-d3556ac929680a279b9a989b0797c1dba7da8389.zip |
Update.
* elf/dl-close.c: Handle failed loads which would have gone in the global scope correctly. * elf/testobj1.c: Include stdlib.h to get NULL defined. * elf/testobj2.c: Likewise. * elf/testobj3.c: Likewise. * elf/testobj4.c: Likewise. * elf/testobj5.c: Likewise. * iconvdata/sami-ws2.c: New file.
Diffstat (limited to 'elf/testobj4.c')
-rw-r--r-- | elf/testobj4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/testobj4.c b/elf/testobj4.c index 38905c824a..d780bef077 100644 --- a/elf/testobj4.c +++ b/elf/testobj4.c @@ -1,4 +1,5 @@ #include <dlfcn.h> +#include <stdlib.h> int obj4func1 (int a __attribute__ ((unused))) |