diff options
| author | David Schultz <das@FreeBSD.org> | 2009-03-14 19:01:26 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2009-03-14 19:01:26 +0000 |
| commit | 41f6e3e11c1b02c9c809a73f827e247be2717bb3 (patch) | |
| tree | e54e837bd4d1d5d9cd9dbe82ed9da11bbca546c0 /include/setjmp.h | |
| parent | c0f43bd241140ff2349831c5a022c951c0155dd9 (diff) | |
Notes
Diffstat (limited to 'include/setjmp.h')
| -rw-r--r-- | include/setjmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |
