]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Add tst-sigaction.c to test BZ #23069
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 26 Apr 2018 20:21:13 +0000 (22:21 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 26 Apr 2018 20:21:13 +0000 (22:21 +0200)
commit7a6f74787132aca8e3809cae8d9e7bc7bfd55ce1
tree39b22e287fe628805f8b72fcfdc47bce1d787443
parent81b49e969233ac5b9faf5c043bb0cc64bf9d6271
Add tst-sigaction.c to test BZ #23069

This simple test uses sigaction to define a signal handler. It then
uses sigaction again to fetch the information about the same signal
handler, and check that they are consistent. This is enough to detect
mismatches between struct kernel_sigaction and the kernel version of
struct sigaction, like in BZ #23069.

Changelog:
       * signal/tst-sigaction.c: New file to test BZ #23069.
       * signal/Makefile (tests): Fix indentation. Add tst-sigaction.
ChangeLog
signal/Makefile
signal/tst-sigaction.c [new file with mode: 0644]