Adjust test. You're not supposed to change errno in a signal handler andcount on it being observable in the normal program flow after the signalhandler returns. Such code would break code that se
Adjust test. You're not supposed to change errno in a signal handler andcount on it being observable in the normal program flow after the signalhandler returns. Such code would break code that sets errno to 0 andlooks at its value later. With the recent futex(2) changes this particularaspect of the test no longer passed.ok deraadt@, bluhm@
show more ...
End the output with a newline
Regress test for per-(r)thread errno address