summaryrefslogtreecommitdiff
path: root/elf/testobj1.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-20 18:32:29 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-20 18:32:29 +0000
commitd3556ac929680a279b9a989b0797c1dba7da8389 (patch)
treeb9aa42fdee1b57dd3b5203141dedc2b080c43e5d /elf/testobj1.c
parent0f6052a803a04dd461e514884fe0856ee03fa4a0 (diff)
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/testobj1.c')
-rw-r--r--elf/testobj1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/testobj1.c b/elf/testobj1.c
index b88a8d0ce6..354e1a7c6c 100644
--- a/elf/testobj1.c
+++ b/elf/testobj1.c
@@ -1,4 +1,5 @@
#include <dlfcn.h>
+#include <stdlib.h>
int
obj1func1 (int a __attribute__ ((unused)))