* gcc.dg/20061124-1.c: Add exit() function prototype.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Nov 2006 16:10:36 +0000 (16:10 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Nov 2006 16:10:36 +0000 (16:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119253 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20061124-1.c

index 374a945..77ee030 100644 (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.
index 8a2d256..dab57ef 100644 (file)
@@ -8,6 +8,7 @@ unsigned short int count = 0;
 int flag = 1;
 
 extern void abort (void);
+extern void exit (int);
 
 int
 main ()