Browse Source

(main): Use proper prototype.

cvs/glibc-2-2-branch
Andreas Jaeger 25 years ago
parent
commit
5b5d078570
  1. 2
      elf/global.c

2
elf/global.c

@ -1,7 +1,7 @@
extern int test (void); extern int test (void);
int int
main() main (void)
{ {
return test (); return test ();
} }

Loading…
Cancel
Save