mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
fix TS build
This commit is contained in:
parent
1ff30fd88c
commit
84a4041ba4
@ -204,7 +204,7 @@ static size_t php_openssl_sockop_write(php_stream *stream, const char *buf, size
|
||||
return didwrite;
|
||||
}
|
||||
|
||||
static void php_openssl_stream_wait_for_data(php_netstream_data_t *sock TSRMLS_DC)
|
||||
static void php_openssl_stream_wait_for_data(php_netstream_data_t *sock)
|
||||
{
|
||||
int retval;
|
||||
struct timeval *ptimeout;
|
||||
|
Loading…
Reference in New Issue
Block a user