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