summaryrefslogtreecommitdiff
path: root/elf/global.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-03-21 07:21:34 +0000
committerAndreas Jaeger <aj@suse.de>2001-03-21 07:21:34 +0000
commit5b5d078570d05ce1fe3be4c92f4cf608002ad017 (patch)
tree4f2d4a272be14891298f1b4c9f73df6cf585d3e9 /elf/global.c
parent481b550f585164c7faef0075aa10e34b57959e1e (diff)
(main): Use proper prototype.
Diffstat (limited to 'elf/global.c')
-rw-r--r--elf/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/global.c b/elf/global.c
index 6a4d9604eb..c675858b64 100644
--- a/elf/global.c
+++ b/elf/global.c
@@ -1,7 +1,7 @@
extern int test (void);
int
-main()
+main (void)
{
return test ();
}