Commit 9409c2f5 by Uros Bizjak Committed by Uros Bizjak

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

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

From-SVN: r119253
parent 8c996513
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> 2006-11-27 Jan Hubicka <jh@suse.cz>
* gcc.target/i386/memcpy-1.c: Adjust size. * gcc.target/i386/memcpy-1.c: Adjust size.
...@@ -8,6 +8,7 @@ unsigned short int count = 0; ...@@ -8,6 +8,7 @@ unsigned short int count = 0;
int flag = 1; int flag = 1;
extern void abort (void); extern void abort (void);
extern void exit (int);
int int
main () main ()
......
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