diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-08-30 01:04:17 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-08-30 01:04:17 +0200 |
| commit | f0e84494b1c8b7262ebe925f224dfeef7fb5dcef (patch) | |
| tree | f0e2774d443f1ef4a4346ca735698e751be3ce93 /ChangeLog | |
| parent | 4b068090a0062500e4a254a98f5cd8a7d2c3c435 (diff) | |
| download | glibc-f0e84494b1c8b7262ebe925f224dfeef7fb5dcef.tar.xz glibc-f0e84494b1c8b7262ebe925f224dfeef7fb5dcef.zip | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 <mihailo.stojanovic@rt-rk.com> |
