projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
481b550
)
(main): Use proper prototype.
author
Andreas Jaeger
<aj@suse.de>
Wed, 21 Mar 2001 07:21:34 +0000
(07:21 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Wed, 21 Mar 2001 07:21:34 +0000
(07:21 +0000)
elf/global.c
patch
|
blob
|
history
diff --git
a/elf/global.c
b/elf/global.c
index 6a4d9604ebd97eb4bc2fe9221690e4dc3020ff60..c675858b64c9db738ed2c247d806ef8ac8627740 100644
(file)
--- a/
elf/global.c
+++ b/
elf/global.c
@@
-1,7
+1,7
@@
extern int test (void);
int
-main
(
)
+main
(void
)
{
return test ();
}