Next: lrand48
, Previous: logl
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
longjmp
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/longjmp.html
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
sigaltstack
), on FreeBSD, NetBSD,
OpenBSD, you need to clear the SS_ONSTACK
flag in the stack_t
structure managed by the kernel.