1
0
mirror of https://github.com/apache/httpd.git synced 2025-09-01 02:02:06 +03:00

Prevent collision with APR symbol of same name.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian Havard
1999-10-19 02:41:39 +00:00
parent 500c4b4997
commit c120d4fb44

View File

@@ -98,7 +98,7 @@ char *ap_os_error_message(int err)
int (*os2_select)( int *, int, int, int, long ) = NULL;
static int (*os2_select)( int *, int, int, int, long ) = NULL;
static HMODULE hSO32DLL;
int ap_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)