Author: dreimer
Date: Thu Jul 8 18:44:59 2010
New Revision: 47971
URL:
http://svn.reactos.org/svn/reactos?rev=47971&view=rev
Log:
Forgot to remove some now useless header
Removed:
trunk/reactos/dll/win32/rpcrt4/unix_func.h
Removed: trunk/reactos/dll/win32/rpcrt4/unix_func.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/rpcrt4/unix_func…
==============================================================================
--- trunk/reactos/dll/win32/rpcrt4/unix_func.h [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/rpcrt4/unix_func.h (removed)
@@ -1,12 +1,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);