mirror of
https://github.com/php/php-src.git
synced 2025-01-11 13:34:24 +08:00
cleanup redundant S_IFDIR declaration
This commit is contained in:
parent
f4c07e7e76
commit
d713fcc14d
@ -122,9 +122,6 @@ php_file_globals file_globals;
|
||||
# include <wchar.h>
|
||||
#endif
|
||||
|
||||
#ifndef S_ISDIR
|
||||
# define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR)
|
||||
#endif
|
||||
/* }}} */
|
||||
|
||||
#define PHP_STREAM_TO_ZVAL(stream, arg) \
|
||||
|
Loading…
Reference in New Issue
Block a user