]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix from HJ.
authorJeff Law <law@gcc.gnu.org>
Tue, 25 Nov 1997 23:34:01 +0000 (16:34 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 25 Nov 1997 23:34:01 +0000 (16:34 -0700)
From-SVN: r16715

gcc/testsuite/g++.old-deja/g++.mike/p9732b.C

index eabc9f2760d4b4720707745816c6fd0918ec597d..031108e41d4cd6d5a0d852e313b5afc13c6dff47 100644 (file)
@@ -1,2 +1,4 @@
          _exit (1);
        _exit (0);
+extern "C" void _exit (int);
+