From: Kay Sievers Date: Tue, 8 Sep 2009 12:57:42 +0000 (+0200) Subject: require 2.6.27 for proper signalfd handling X-Git-Tag: 174~782 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1da6c797fdbb94372c1a809acf1a0ca159b2d7b1;hp=1da6c797fdbb94372c1a809acf1a0ca159b2d7b1;p=elogind.git require 2.6.27 for proper signalfd handling kay: ping I found out why udev-145 fails on some systems with kernel 2.6.25 and 2.6.26 kay: it is because glibc was compiled against linux-headers-2.6.27 or newer and issues signalfd4 syscall which was introduced in kernel 2.6.27 and not older signalfd syscall ---