/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
conform/data/poll.h-data
27 строк
554 B
Collin Funk
conform: Add initial support for C23.
10 апр 2025, 21:39
10 апр 2025, 21:39
d18213c
Код
Авторство
О чём код?
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined ISO23 && !defined POSIX && !defined XPG4 type {struct pollfd} element {struct pollfd} int fd element {struct pollfd} {short int} events element {struct pollfd} {short int} revents type nfds_t constant POLLIN constant POLLRDNORM constant POLLRDBAND constant POLLPRI constant POLLOUT constant POLLWRNORM constant POLLWRBAND constant POLLERR constant POLLHUP constant POLLNVAL function int poll (struct pollfd[], nfds_t, int) allow pd_* allow ph_* allow ps_* allow POLL* allow *_t #endif