diff options
author | Anatol Belski <ab@php.net> | 2014-08-25 20:57:25 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-08-25 20:57:25 +0200 |
commit | 455741fce3c4f4392deb97775cba7a39f6490271 (patch) | |
tree | 6c6502ab5b26ae10df7773dfae0e714fa931ee97 /main/streams/plain_wrapper.c | |
parent | 54102822583912de26bb6c7cc2d0c609952a4775 (diff) | |
download | php-git-455741fce3c4f4392deb97775cba7a39f6490271.tar.gz |
master renames phase 4
Diffstat (limited to 'main/streams/plain_wrapper.c')
-rw-r--r-- | main/streams/plain_wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c index 23c017eaa1..36b56645c2 100644 --- a/main/streams/plain_wrapper.c +++ b/main/streams/plain_wrapper.c @@ -149,7 +149,7 @@ static int do_fstat(php_stdio_stream_data *d, int force) int r; PHP_STDIOP_GET_FD(fd, d); - r = php_fstat(fd, &d->sb); + r = zend_fstat(fd, &d->sb); d->cached_fstat = r == 0; return r; |