epoll.h 99 B

1234567
  1. #pragma once
  2. #include_next <sys/epoll.h>
  3. #ifndef EPOLLWAKEUP
  4. #define EPOLLWAKEUP (1U<<29)
  5. #endif