diff options
Diffstat (limited to 'contrib/libstdc++/csetjmp')
-rw-r--r-- | contrib/libstdc++/csetjmp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/libstdc++/csetjmp b/contrib/libstdc++/csetjmp deleted file mode 100644 index 4bba048..0000000 --- a/contrib/libstdc++/csetjmp +++ /dev/null @@ -1,8 +0,0 @@ -// The -*- C++ -*- setjmp/longjmp header. -// This file is part of the GNU ANSI C++ Library. - -#ifndef __CSETJMP__ -#define __CSETJMP__ -#include <setjmp.h> -#endif - |