Reintegrate header-work branch. Important changes include continued work on headers...
[reactos.git] / reactos / dll / win32 / rpcrt4 / unix_func.h
1
2 #define F_SETFL 4 /* set file->f_flags */
3
4 #ifndef O_NONBLOCK
5 #define O_NONBLOCK 00004000
6 #endif
7
8 #define EINTR 4 /* Interrupted system call */
9
10 int poll(struct pollfd *fds, unsigned long nfds, int timo);
11 int socketpair (int af, int type, int protocol, SOCKET socket[2]);
12 int fcntl(int fd, int cmd, long arg);