summaryrefslogtreecommitdiff
path: root/elf/tst-relsort1.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-05-17 22:00:57 +0200
committerAndreas Jaeger <aj@suse.de>2012-05-17 22:00:57 +0200
commit59910343fc16d7b9677a780d8f362316c2b19c93 (patch)
tree2c6b26df82e363822d5ec1d538822d049fc71636 /elf/tst-relsort1.c
parent2e4c1e9edb2a0f25a4d8de961dd4b7518c88bc54 (diff)
Fix warning
Fixes: tst-relsort1.c:6:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
Diffstat (limited to 'elf/tst-relsort1.c')
-rw-r--r--elf/tst-relsort1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-relsort1.c b/elf/tst-relsort1.c
index 972100c0e9..a87b138280 100644
--- a/elf/tst-relsort1.c
+++ b/elf/tst-relsort1.c
@@ -3,7 +3,7 @@
static int
-do_test ()
+do_test (void)
{
const char lib[] = "$ORIGIN/tst-relsort1mod1.so";
void *h = dlopen (lib, RTLD_NOW);