]> granicus.if.org Git - php/commitdiff
this should be an int
authorWez Furlong <wez@php.net>
Fri, 19 Dec 2003 12:44:22 +0000 (12:44 +0000)
committerWez Furlong <wez@php.net>
Fri, 19 Dec 2003 12:44:22 +0000 (12:44 +0000)
win32/select.c

index df1dba3c33bf8787016d7e1077d27bddb4c7ec1b..1fb427e394cfd4c64003df32acde38b1b001a541 100644 (file)
@@ -34,7 +34,7 @@
  * - Calling this with NULL sets as a portable way to sleep with sub-second
  *   accuracy is not supported.
  * */
-PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv)
+PHPAPI int php_select(int max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv)
 {
        DWORD ms_total, limit;
        HANDLE handles[MAXIMUM_WAIT_OBJECTS];