(exit): Fix declaration of _exit.
From-SVN: r5980
This commit is contained in:
parent
4c3ddf05dc
commit
003be45548
@ -1989,7 +1989,7 @@ func_ptr __DTOR_LIST__[2];
|
||||
|
||||
extern void __do_global_dtors ();
|
||||
extern void _cleanup ();
|
||||
extern volatile void _exit ();
|
||||
extern void _exit () __attribute__ ((noreturn));
|
||||
|
||||
void
|
||||
exit (status)
|
||||
|
Loading…
Reference in New Issue
Block a user