diff options
author | Wez Furlong <wez@php.net> | 2006-04-22 17:17:40 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2006-04-22 17:17:40 +0000 |
commit | 8663f1644da90e36b36004f0eeb1df1a24081a60 (patch) | |
tree | 8805d6281f0e76341d524c8eb609b572076473e2 /main/streams/php_streams_int.h | |
parent | 64de59d9a7c94291799065cc32b60f8d9e5d92b9 (diff) | |
download | php-git-8663f1644da90e36b36004f0eeb1df1a24081a60.tar.gz |
fix for #37158
Diffstat (limited to 'main/streams/php_streams_int.h')
-rw-r--r-- | main/streams/php_streams_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/streams/php_streams_int.h b/main/streams/php_streams_int.h index 96da8a0f1d..8b83a77763 100644 --- a/main/streams/php_streams_int.h +++ b/main/streams/php_streams_int.h @@ -46,7 +46,6 @@ #define STREAM_DEBUG 0 #define STREAM_WRAPPER_PLAIN_FILES ((php_stream_wrapper*)-1) -extern php_stream_wrapper php_plain_files_wrapper; #ifndef MAP_FAILED #define MAP_FAILED ((void *) -1) |