about summary refs log tree commit diff
path: root/bits/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/setjmp.h')
-rw-r--r--bits/setjmp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/bits/setjmp.h b/bits/setjmp.h
deleted file mode 100644
index 9150d8d764..0000000000
--- a/bits/setjmp.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* Define the machine-dependent type `jmp_buf'.  Stub version.  */
-
-#ifndef _SETJMP_H
-# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
-#endif
-
-typedef int __jmp_buf[1];