svn commit: r189807 - head/include

David Schultz das at FreeBSD.org
Sat Mar 14 12:01:27 PDT 2009


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


More information about the svn-src-head mailing list