Commit 003be455 by Richard Stallman

(exit): Fix declaration of _exit.

From-SVN: r5980
parent 4c3ddf05
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment