glibconfig-sysdefs.h 188 B

123456
  1. #define GLIB_SYSDEF_POLLIN =1
  2. #define GLIB_SYSDEF_POLLOUT =4
  3. #define GLIB_SYSDEF_POLLPRI =2
  4. #define GLIB_SYSDEF_POLLERR =8
  5. #define GLIB_SYSDEF_POLLHUP =16
  6. #define GLIB_SYSDEF_POLLNVAL =32