Forgot to remove some now useless header

svn path=/trunk/; revision=47971
This commit is contained in:
Daniel Reimer 2010-07-08 18:44:59 +00:00
parent ba086d41dd
commit 87ae6722bb

View file

@ -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);