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

From-SVN: r119290
This commit is contained in:
Uros Bizjak
2006-11-28 14:46:31 +01:00
committed by Jakub Jelinek
parent f2f4ae8390
commit bb6bb5a43d
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2006-11-28 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/20061124-1.c: Add exit() function prototype.
2006-11-28 Jakub Jelinek <jakub@redhat.com>
PR c++/29735

View File

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