]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/generic/bits/setjmp.h
Update.
[thirdparty/glibc.git] / sysdeps / generic / bits / setjmp.h
index 6620e5ab15257b2c77222399dc9c3534c439e674..9150d8d7647c755333acea7da58ddf00db4a9ab5 100644 (file)
@@ -1,3 +1,7 @@
 /* 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];