X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Feventpoll.h;h=f1e1d3c471250bf67d7b50d8e7fd62240c4deef1;hb=c54febae996d36c630f09209cd9983ecfda3fcad;hp=cf79853967ffb25b839e7c77c3bf8ef9956d95e8;hpb=e58b7dab272ecee09cd7bafb89d6b224cd17bbe3;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/eventpoll.h b/include/linux/eventpoll.h index cf79853967f..f1e1d3c4712 100644 --- a/include/linux/eventpoll.h +++ b/include/linux/eventpoll.h @@ -14,8 +14,12 @@ #ifndef _LINUX_EVENTPOLL_H #define _LINUX_EVENTPOLL_H +/* For O_CLOEXEC */ +#include #include +/* Flags for epoll_create1. */ +#define EPOLL_CLOEXEC O_CLOEXEC /* Valid opcodes to issue to sys_epoll_ctl() */ #define EPOLL_CTL_ADD 1