mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Merge branch 'PHP-7.1'
* PHP-7.1: Update php_network.h
This commit is contained in:
commit
010ccadf44
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue