summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-07 19:49:59 +0200
committerAnatol Belski <ab@php.net>2014-08-07 19:49:59 +0200
commit84a4041ba47e92e7a0ba03938d0ebf88b5fcf6cf (patch)
tree1f95e328fa3cbfa2b5dd3865e2596e375a0789b9
parent1ff30fd88c9a102cff7f016fd5d60cbb139b1963 (diff)
downloadphp-git-84a4041ba47e92e7a0ba03938d0ebf88b5fcf6cf.tar.gz
fix TS build
-rw-r--r--ext/openssl/xp_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c
index 672070e19d..b7b8690165 100644
--- a/ext/openssl/xp_ssl.c
+++ b/ext/openssl/xp_ssl.c
@@ -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;