]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/signalfd.h
Merge branch 'omap_hsmmc'
[linux-2.6-omap-h63xx.git] / include / linux / signalfd.h
index 8b3f7b7420a1880a54fba1486ebb8619a5f04c51..bef0c46d4713cb82a041907fe62b21c71175d930 100644 (file)
@@ -8,11 +8,12 @@
 #ifndef _LINUX_SIGNALFD_H
 #define _LINUX_SIGNALFD_H
 
-/* For O_CLOEXEC */
+/* For O_CLOEXEC and O_NONBLOCK */
 #include <linux/fcntl.h>
 
 /* Flags for signalfd4.  */
 #define SFD_CLOEXEC O_CLOEXEC
+#define SFD_NONBLOCK O_NONBLOCK
 
 struct signalfd_siginfo {
        __u32 ssi_signo;