Mercurial > hg > octave-jordi > gnulib-hg
view doc/posix-functions/_longjmp.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 _longjmp @section @code{_longjmp} @findex _longjmp POSIX specification: @url{http://www.opengroup.org/susv3xsh/_longjmp.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, mingw. @item This function is obsolete; use @code{siglongjmp} instead. @end itemize