view doc/posix-functions/_setjmp.texi @ 10165:ce916d729e43

Document abort() bugs. * doc/posix-functions/abort.texi (abort): Mention anomalies. * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp. * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has sigsetjmp. * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has siglongjmp, but only as a macro. * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this is obsolete. * doc/posix-functions/_setjmp.texi (_setjmp): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Fri, 06 Jun 2008 10:50:17 -0600
parents 070329237839
children 7239ee79f3fa
line wrap: on
line source

@node _setjmp
@section @code{_setjmp}
@findex _setjmp

POSIX specification: @url{http://www.opengroup.org/susv3xsh/_setjmp.html}

Gnulib module: ---

Portability problems fixed by Gnulib:
@itemize
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
Solaris 2.5.1.

@item
This function is obsolete; use @code{sigsetjmp} instead.
@end itemize