#include int main() { int fd = epoll_create(1); return (fd < 0); }