freebsd-dev/lib/libc/i386/gen
Marcel Moolenaar 23cd96d8ce \begin{quote}
setjmp() gets the jmp_buf pointer from the wrong place (the place
where the return address is) in the shlib case, and uses it (only)
to fetch the current signal mask to address (return_address + 28).
This address is normally read-only (I hope), so the sigprocmask()
call has no effect except to return an error code.
\end{quote}

Submitted by: bde
1999-10-10 08:38:33 +00:00
..
_setjmp.S
alloca.S
fabs.S
frexp.c
infinity.c
isinf.c
ldexp.c
Makefile.inc
modf.S
setjmp.S \begin{quote} 1999-10-10 08:38:33 +00:00
sigsetjmp.S