History log of /openbsd-src/regress/lib/libpthread/errno/errno.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 0d411e16 23-Jun-2021 kettenis <kettenis@openbsd.org>

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 se

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.

ok deraadt@, bluhm@

show more ...


# 8e37405d 20-Feb-2012 guenther <guenther@openbsd.org>

End the output with a newline


# f4dd7e4c 18-Nov-2011 guenther <guenther@openbsd.org>

Regress test for per-(r)thread errno address