1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Update php_network.h
This commit is contained in:
Joe Watkins
2017-04-20 06:39:26 +01:00

View File

@@ -123,7 +123,7 @@ typedef int php_socket_t;
/* #define PHP_USE_POLL_2_EMULATION 1 */
#if defined(HAVE_SYS_POLL_H) && defined(HAVE_POLL)
# include <sys/poll.h>
# include <poll.h>
typedef struct pollfd php_pollfd;
#else
typedef struct _php_pollfd {