* g++.dg/ext/altivec_check.h: Declare exit as extern "C".
From-SVN: r85592
This commit is contained in:
parent
4f587cb0d4
commit
99b1c586a5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue