ReactOS 0.4.16-dev-106-g10b08aa
|
#include <sys/select.h>
Go to the source code of this file.
Classes | |
struct | pollfd |
Macros | |
#define | HAVE_INLINE 1 |
#define | HAVE_SYS_SELECT_H 1 |
#define | POLLIN 1 |
#define | POLLPRI 2 |
#define | POLLOUT 4 |
#define | FUNCATTR(x) |
#define | ATTRPRINTF(si, tc) |
#define | PRINTFFORMAT(si, tc) FUNCATTR((ATTRPRINTF(si,tc))) |
#define | ATTRNORETURN |
#define | NONRETURNING FUNCATTR((ATTRNORETURN)) |
#define | NONRETURNPRINTFFORMAT(si, tc) FUNCATTR((ATTRPRINTF(si,tc),ATTRNORETURN)) |
#define | ATTRCONST |
#define | CONSTANT FUNCATTR((ATTRCONST)) |
#define NONRETURNING FUNCATTR((ATTRNORETURN)) |
#define NONRETURNPRINTFFORMAT | ( | si, | |
tc | |||
) | FUNCATTR((ATTRPRINTF(si,tc),ATTRNORETURN)) |