summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/csetjmp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/csetjmp')
-rw-r--r--contrib/libstdc++/csetjmp8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/libstdc++/csetjmp b/contrib/libstdc++/csetjmp
new file mode 100644
index 0000000..4bba048
--- /dev/null
+++ b/contrib/libstdc++/csetjmp
@@ -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
+
OpenPOWER on IntegriCloud