mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
(main): Use proper prototype.
This commit is contained in:
parent
481b550f58
commit
5b5d078570
@ -1,7 +1,7 @@
|
||||
extern int test (void);
|
||||
|
||||
int
|
||||
main()
|
||||
main (void)
|
||||
{
|
||||
return test ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user