mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:42:57 +00:00
Forgot to remove some now useless header
svn path=/trunk/; revision=47971
This commit is contained in:
parent
ba086d41dd
commit
87ae6722bb
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
|
|
||||||
#define F_SETFL 4 /* set file->f_flags */
|
|
||||||
|
|
||||||
#ifndef O_NONBLOCK
|
|
||||||
#define O_NONBLOCK 00004000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define EINTR 4 /* Interrupted system call */
|
|
||||||
|
|
||||||
int poll(struct pollfd *fds, unsigned long nfds, int timo);
|
|
||||||
int socketpair (int af, int type, int protocol, SOCKET socket[2]);
|
|
||||||
int fcntl(int fd, int cmd, long arg);
|
|
Loading…
Add table
Add a link
Reference in a new issue