http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
521549d
)
[libc] Add function declaration for main() in stdlib.h
author
Michael Brown
<mcb30@etherboot.org>
Fri, 12 Sep 2008 01:06:49 +0000
(
02:06
+0100)
committer
Michael Brown
<mcb30@etherboot.org>
Tue, 7 Oct 2008 21:04:50 +0000
(22:04 +0100)
src/include/stdlib.h
patch
|
blob
|
history
diff --git
a/src/include/stdlib.h
b/src/include/stdlib.h
index
ae99696
..
f3dc7e4
100644
(file)
--- a/
src/include/stdlib.h
+++ b/
src/include/stdlib.h
@@
-68,5
+68,6
@@
static inline void srand ( unsigned int seed ) {
*/
extern int system ( const char *command );
+extern __cdecl int main ( void );
#endif /* STDLIB_H */