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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user