diff --git a/include/setjmp.h b/include/setjmp.h index 95644113e710..9e25f603be48 100644 --- a/include/setjmp.h +++ b/include/setjmp.h @@ -48,7 +48,7 @@ #include __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