summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/setjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/setjmp.h b/include/setjmp.h
index 9564411..9e25f60 100644
--- a/include/setjmp.h
+++ b/include/setjmp.h
@@ -48,7 +48,7 @@
#include <machine/setjmp.h>
__BEGIN_DECLS
-#if __BSD_VISIBLE || __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE
+#if __BSD_VISIBLE || __XSI_VISIBLE >= 600
void _longjmp(jmp_buf, int) __dead2;
int _setjmp(jmp_buf);
#endif
OpenPOWER on IntegriCloud