Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-08 | signalfd.h: Use new "bits/" scheme for arch-specific flags | Kevin Cernekee | |
glibc has split off the arch-specific flag definitions (like SFD_NONBLOCK) into <arch>/bits/signalfd.h, so that there are no longer multiple redundant copies of the entire header file. We will adopt the same scheme in uClibc. Special cases are included for: alpha mips sparc hppa was omitted because it has not been updated in glibc. All others use the common definition. Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-07-01 | mips/signalfd.h: SFD_NONBLOCK for mips is 0200 unlike 04000 commonly | Khem Raj | |
Exposed by udev 171 which uses signalfd Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
2008-10-10 | - add signalfd() | Bernhard Reutner-Fischer | |