projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fgetws implementation.
[kopensolaris-gnu/glibc.git]
/
elf
/
testobj4.c
diff --git
a/elf/testobj4.c
b/elf/testobj4.c
index
38905c8
..
a354f76
100644
(file)
--- a/
elf/testobj4.c
+++ b/
elf/testobj4.c
@@
-1,4
+1,7
@@
#include <dlfcn.h>
+#include <stdlib.h>
+
+extern int foo (int);
int
obj4func1 (int a __attribute__ ((unused)))