Commit 99b1c586 by Geoffrey Keating Committed by Geoffrey Keating

* g++.dg/ext/altivec_check.h: Declare exit as extern "C".

From-SVN: r85592
parent 4f587cb0
2004-08-04 Geoffrey Keating <geoffk@apple.com>
* g++.dg/ext/altivec_check.h: Declare exit as extern "C".
2004-08-05 Joseph S. Myers <jsm@polyomino.org.uk>
* gcc.c-torture/execute/builtins/abs-2.c,
......
......@@ -2,7 +2,7 @@
/* Contributed by Ziemowit Laski <zlaski@apple.com> */
#include <signal.h>
extern void exit(int);
extern "C" void exit(int);
void
sig_ill_handler (int sig)
......
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