Author: tkreuzer Date: Fri Apr 9 15:06:30 2010 New Revision: 46790
URL: http://svn.reactos.org/svn/reactos?rev=46790&view=rev Log: [RPCRT4] Remove some definitions from unix_func.h, as we have them in our public headers now. This file is not wine synced.
Modified: branches/header-work/dll/win32/rpcrt4/unix_func.h
Modified: branches/header-work/dll/win32/rpcrt4/unix_func.h URL: http://svn.reactos.org/svn/reactos/branches/header-work/dll/win32/rpcrt4/uni... ============================================================================== --- branches/header-work/dll/win32/rpcrt4/unix_func.h [iso-8859-1] (original) +++ branches/header-work/dll/win32/rpcrt4/unix_func.h [iso-8859-1] Fri Apr 9 15:06:30 2010 @@ -1,18 +1,3 @@ - -#define POLLIN 001 -#define POLLPRI 002 -#define POLLOUT 004 -#define POLLNORM POLLIN -#define POLLERR 010 -#define POLLHUP 020 -#define POLLNVAL 040 - -struct pollfd -{ - int fd; /* file descriptor */ - short events; /* requested events */ - short revents; /* returned events */ -};
#define F_SETFL 4 /* set file->f_flags */
@@ -24,5 +9,4 @@
int poll(struct pollfd *fds, unsigned long nfds, int timo); int socketpair (int af, int type, int protocol, SOCKET socket[2]); -const char * inet_ntop (int af, const void *src, char *dst, size_t cnt); int fcntl(int fd, int cmd, long arg);