summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2009-03-14 19:01:26 +0000
committerdas <das@FreeBSD.org>2009-03-14 19:01:26 +0000
commit6c8e20c20417cf66d1ccde9c0b89d8690bc26d28 (patch)
treee54e837bd4d1d5d9cd9dbe82ed9da11bbca546c0 /include
parent3e837f82b34c277d2ed7c87132f4d0e08d9bc056 (diff)
downloadFreeBSD-src-6c8e20c20417cf66d1ccde9c0b89d8690bc26d28.zip
FreeBSD-src-6c8e20c20417cf66d1ccde9c0b89d8690bc26d28.tar.gz
Namespace: _setjmp() and _longjmp() are XSI extensions.
Diffstat (limited to 'include')
-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