mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Forgot to remove some now useless header
svn path=/trunk/; revision=47971
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user