aboutsummaryrefslogtreecommitdiff
path: root/include/bits/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bits/setjmp.h')
-rw-r--r--include/bits/setjmp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/bits/setjmp.h b/include/bits/setjmp.h
deleted file mode 100644
index de6c81dc24..0000000000
--- a/include/bits/setjmp.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* 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>
-#ifndef _ISOMAC
-# include <jmpbuf-offsets.h>
-#endif