Home
last modified time | relevance | path

Searched refs:POLLNVAL (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/newlib/platform_include/sys/
Dpoll.h20 #define POLLNVAL (1u << 7) /* the specified file descriptor is invalid */ macro
/hal_espressif-3.7.0/components/newlib/
Dpoll.c45 fds[i].revents |= POLLNVAL; in poll()