mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
CLIB_STAT_PATCH check is redundant. So removing it
This commit is contained in:
parent
b04db9d9e0
commit
b855337d39
@ -766,7 +766,7 @@ static int statbuf_from_array(zval *array, php_stream_statbuf *ssb TSRMLS_DC)
|
||||
STAT_PROP_ENTRY(rdev);
|
||||
#endif
|
||||
STAT_PROP_ENTRY(size);
|
||||
#if defined(NETWARE) && defined(CLIB_STAT_PATCH)
|
||||
#ifdef NETWARE
|
||||
STAT_PROP_ENTRY_EX(atime, atime.tv_sec);
|
||||
STAT_PROP_ENTRY_EX(mtime, mtime.tv_sec);
|
||||
STAT_PROP_ENTRY_EX(ctime, ctime.tv_sec);
|
||||
|
Loading…
Reference in New Issue
Block a user