summaryrefslogtreecommitdiff
path: root/include/sys/epoll.h
AgeCommit message (Collapse)AuthorLines
2013-01-12add EPOLLWAKEUP flag to sys/epoll.hSzabolcs Nagy-0/+1
2012-12-27align EPOLL_* flags with fcntl O_* flag definitions, which vary by archRich Felker-2/+3
the old definitions were wrong on some archs. actually, EPOLL_NONBLOCK probably should not even be defined; it is not accepted by the kernel and it's not clear to me whether it has any use at all, even if it did work. this issue should be revisited at some point, but I'm leaving it in place for now in case some applications reference it.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+61