]> granicus.if.org Git - php/commitdiff
- Add TSRMLS_DC to prototype.
authorAndi Gutmans <andi@php.net>
Mon, 8 Jul 2002 18:44:05 +0000 (18:44 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 8 Jul 2002 18:44:05 +0000 (18:44 +0000)
ext/standard/file.h

index e861bd88e61d2efca7fae7f27a060f61dbe1d7dc..0ea36c7907f76db89dd66ff1e373c698615c8ca2 100644 (file)
@@ -79,7 +79,7 @@ PHP_FUNCTION(stream_context_set_option);
 PHP_FUNCTION(stream_context_get_options);
 PHP_MINIT_FUNCTION(user_streams);
 
-PHPAPI int php_set_sock_blocking(int socketd, int block);
+PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC);
 PHPAPI int php_file_le_stream(void);
 PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC);