#include #include #include int eventfd(unsigned int initval, int flags) { return syscall(SYS_EVENTFD, initval, flags); }