20061124-1.c: Add exit() function prototype.

* gcc.dg/20061124-1.c: Add exit() function prototype.

From-SVN: r119253
This commit is contained in:
Uros Bizjak 2006-11-27 17:10:36 +01:00 committed by Uros Bizjak
parent 8c99651385
commit 9409c2f5a4
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2006-11-27 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/20061124-1.c: Add exit() function prototype.
2006-11-27 Jan Hubicka <jh@suse.cz>
* gcc.target/i386/memcpy-1.c: Adjust size.

View file

@ -8,6 +8,7 @@ unsigned short int count = 0;
int flag = 1;
extern void abort (void);
extern void exit (int);
int
main ()