From f0e84494b1c8b7262ebe925f224dfeef7fb5dcef Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 30 Aug 2019 01:04:17 +0200 Subject: hurd: Fix implementation of setitimer. The preemptor sigcode doesn't match since the POSIX sigcode SI_TIMER is used when SIGALRM is sent. In addition, The inline version of hurd_preempt_signals doesn't update _hurdsig_preempted_set. For these reasons, the preemptor would be skipped by post_signal. * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Fix preemptor setup. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 06c8852c95..c3cae2a11e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * hurd/hurdselect.c (_hurd_select): Always call __io_select with no timeout. + * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Fix preemptor setup. 2019-08-29 Mihailo Stojanovic -- cgit v1.2.3