tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
regress
/
lib
/
libpthread
/
errno
/
at
jcs
2 files
Makefile
Regress test for per-(r)thread errno address
14 years ago
errno.c
Adjust test. You're not supposed to change errno in a signal handler and count on it being observable in the normal program flow after the signal handler returns. Such code would break code that sets errno to 0 and looks at its value later. With the recent futex(2) changes this particular aspect of the test no longer passed.
4 years ago