From 7a6f74787132aca8e3809cae8d9e7bc7bfd55ce1 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Thu, 26 Apr 2018 22:21:13 +0200 Subject: 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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a030809..354bb06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-04-26 Aurelien Jarno + + * signal/tst-sigaction.c: New file to test BZ #23069. + * signal/Makefile (tests): Fix indentation. Add tst-sigaction. + 2018-04-26 Tulio Magno Quites Machado Filho [BZ #22766] -- cgit v1.1