Author: das
Date: Sat Mar 14 19:01:26 2009
New Revision: 189807
URL: http://svn.freebsd.org/changeset/base/189807

Log:
  Namespace: _setjmp() and _longjmp() are XSI extensions.

Modified:
  head/include/setjmp.h

Modified: head/include/setjmp.h
==============================================================================
--- head/include/setjmp.h       Sat Mar 14 19:00:16 2009        (r189806)
+++ head/include/setjmp.h       Sat Mar 14 19:01:26 2009        (r189807)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to