aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-11-03 20:08:08 +0000
committerRichard Stallman <rms@gnu.org>1993-11-03 20:08:08 +0000
commit003be4554876a49978b7ca641107f137a87899d7 (patch)
treeba42c643c18f1e9defaee50b7694ed79d4b9739a /gcc/libgcc2.c
parent4c3ddf05dc922e852f95d115f3449f6b119decd8 (diff)
downloadgcc-003be4554876a49978b7ca641107f137a87899d7.zip
gcc-003be4554876a49978b7ca641107f137a87899d7.tar.gz
gcc-003be4554876a49978b7ca641107f137a87899d7.tar.bz2
(exit): Fix declaration of _exit.
From-SVN: r5980
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r--gcc/libgcc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index 5feeffd..7331b89 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -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)