mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 17:51:16 +00:00
7b5fd91d77
* conform/conformtest.pl (@headers): Add monetary.h-data, mqueue.h-data, ndbm.h-data, nl_types.h-data, and poll.h-data. * conform/data/monetary.h-data: New file. * conform/data/mqueue.h-data: New file. * conform/data/ndbm.h-data: New file. * conform/data/nl_types.h.h-data: New file. * conform/data/poll.h-data: New file.
24 lines
438 B
Plaintext
24 lines
438 B
Plaintext
#if !defined ISO && !defined POSIX
|
|
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[], nfsd_t, int)
|
|
|
|
allow *_t
|
|
#endif
|