summaryrefslogtreecommitdiff
path: root/include/bits
diff options
context:
space:
mode:
Diffstat (limited to 'include/bits')
-rw-r--r--include/bits/setjmp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bits/setjmp.h b/include/bits/setjmp.h
new file mode 100644
index 0000000000..226de7fee8
--- /dev/null
+++ b/include/bits/setjmp.h
@@ -0,0 +1,5 @@
+/* For internal uses, get the public <bits/setjmp.h> definitions
+ plus the JB_* macros from the private header <jmpbuf-offsets.h>. */
+
+#include_next <bits/setjmp.h>
+#include <jmpbuf-offsets.h>