]> granicus.if.org Git - strace/blob - xlat/pollflags.in
tests: move F_OFD_SETLK* checks from fcntl64.c to fcntl-common.c
[strace] / xlat / pollflags.in
1 POLLIN          0x0001
2 POLLPRI         0x0002
3 POLLOUT         0x0004
4 POLLRDNORM      0x0040
5 POLLWRNORM
6 POLLRDBAND      0x0080
7 POLLWRBAND
8 POLLERR         0x0008
9 POLLHUP         0x0010
10 POLLNVAL        0x0020
11 POLLMSG
12 POLLREMOVE
13 POLLRDHUP
14 POLL_BUSY_LOOP  0x8000