The value of EPOLLONESHOT and EPOLLET should be initialized with an unsigned value.
Adjust sys/epoll.h and sys/timerfd.h to use const instead of __const.
The following patch adds hppa specific files that define the various _CLOEXEC and _NONBLOCK values in order to match the ones from the kernel. Signed-off-by: Guy Martin <gmsoft@tuxicoman.be> Tested-by: Carlos O'Donell <carlos@systemhalted.org>