poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / _setjmp.texi
blob84e3c4f3f545035828240003daf86f8697447d39
1 @node _setjmp
2 @section @code{_setjmp}
3 @findex _setjmp
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/_setjmp.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @end itemize
17 Note: A future revision of POSIX later than the 2008/2009 one may drop the
18 functions @code{_setjmp} and @code{_longjmp}.  Still, in 2008, on all
19 systems which have @code{_setjmp}, it is the fastest way to save the
20 registers but not the signal mask (up to 30 times faster than @code{setjmp}
21 on some systems).