]> git.ipfire.org Git - thirdparty/util-linux.git/commit
kill: add support for real-time signals
authorKarel Zak <kzak@redhat.com>
Mon, 28 Feb 2011 12:43:28 +0000 (13:43 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 28 Feb 2011 12:43:28 +0000 (13:43 +0100)
commitae63d823abc33554ee1d3906a876734277293557
tree47c83eaa8e6bfed529b3cc2d28a4d9aec76e6e12
parente6d1dc94165943374451f3c7639c0ed0a2c3a6b3
kill: add support for real-time signals

Newly supported syntax for RT signals:

 RT<n>   = SIGRTMIN + n
 RTMIN+<n> = SIGRTMIN + n
 RTMAX-<n> = SIGRTMAX - n

the final signal number has to be in interval [SIGRTMIN,SIGRTMAX].

Note that the "SIG" prefix is also supported for RT signals of course.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=676297
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/kill.c