(exit): Fix declaration of _exit.

From-SVN: r5980
This commit is contained in:
Richard Stallman 1993-11-03 20:08:08 +00:00
parent 4c3ddf05dc
commit 003be45548

View File

@ -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)