commit | de896ebd2677ab6873cc5e3b4bb57741bba53a00 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Oct 10 20:10:46 2017 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Dec 20 22:04:48 2017 +0100 |
tree | 5387bd162162dabdb7ff269345348f45c4ef3f1a | |
parent | 605c2284bc3c5c324b2f814dbaa545273890a7ca [diff] |
Timing: fix set_alarm(0) on Unix/POSIX The POSIX/Unix implementation of set_alarm did not set the alarmed flag when called with 0, which was inconsistent with what the documentation implied and with the Windows behavior.