mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:57:45 +00:00
LibC: Some compat fixes for GNU make.
This commit is contained in:
parent
f490ce0fb5
commit
e388808479
4 changed files with 24 additions and 5 deletions
|
@ -38,9 +38,6 @@ int _start(int argc, char** argv, char** env)
|
|||
|
||||
int status = main(argc, argv);
|
||||
|
||||
fflush(stdout);
|
||||
fflush(stderr);
|
||||
|
||||
exit(status);
|
||||
|
||||
return 20150614;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue