]> git.ipfire.org Git - thirdparty/lxc.git/commit
define signalfd patch
authorMichael K. Johnson <johnsonm@rpath.com>
Sun, 8 Mar 2009 16:24:26 +0000 (17:24 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Sun, 8 Mar 2009 16:24:26 +0000 (17:24 +0100)
commit8ca61733b993c12229cdab2b9c35fe2e4d46b9ba
treed517e033b1f25445e22415c8c97d345bd78944ea
parent216061bffa039a568b7a17d27ca1e46430d88161
define signalfd patch

If sys/signalfd.h does not exist, assume that it does not exist
in glibc, rather than that it exists without a corresponding
header file.  Note that this version of the signalfd() wrapper
function (unlike the version in glibc) falls back dynamically to
the old signalfd system call if the signalfd4 system call is not
implemented in the currently-running kernel; the version in glibc
chooses the version of the signalfd system call to make via static
build-time configuration.

Signed-off-by: Michael K Johnson <johnsonm@rpath.com>
Signed-off-by: Daniel Lezcnao <dlezcano@fr.ibm.com>
src/lxc/start.c