diff options
author | Andi Gutmans <andi@php.net> | 2002-07-08 18:44:05 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-07-08 18:44:05 +0000 |
commit | c28df0128041c737cfd7da57dfe249f8b839b827 (patch) | |
tree | ae08f9bc5db3b81d47cb3f501794bca29c2d0eae | |
parent | b4146638f03bea26fa6c71afc0f77cfb6565f1af (diff) | |
download | php-git-c28df0128041c737cfd7da57dfe249f8b839b827.tar.gz |
- Add TSRMLS_DC to prototype.
-rw-r--r-- | ext/standard/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index e861bd88e6..0ea36c7907 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -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); |