]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uuidd: use signalfd() and setup_timer()
authorSami Kerola <kerolasa@iki.fi>
Sat, 3 Oct 2015 18:31:06 +0000 (19:31 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 9 Oct 2015 09:17:11 +0000 (11:17 +0200)
commit25d66b4e3232d7b004e51114d7fff5e40b0224b2
treed85aea2b93a7f62470fdb4860be40891b760a44f
parent67791b77870c09c06cae8441c0c3d4e90fd3fa1d
uuidd: use signalfd() and setup_timer()

Point of this change is to replace use of signal() and alarm() system calls
using newer interfaces.  Nice side effect is that the point where timer was
earlier used cannot be distracted by sending rogue SIGALRM.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/Makemodule.am
misc-utils/uuidd.c