cleanup redundant S_IFDIR declaration

This commit is contained in:
Anatol Belski 2015-05-25 13:22:54 +02:00
parent f4c07e7e76
commit d713fcc14d

View File

@ -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) \