Date: Sat, 14 Mar 2009 19:01:27 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r189807 - head/include Message-ID: <200903141901.n2EJ1RTE004784@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903141901.n2EJ1RTE004784>