diff options
Diffstat (limited to 'main/php_reentrancy.h')
-rw-r--r-- | main/php_reentrancy.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/main/php_reentrancy.h b/main/php_reentrancy.h index 7ff35418bc..bbc772b5db 100644 --- a/main/php_reentrancy.h +++ b/main/php_reentrancy.h @@ -49,13 +49,6 @@ BEGIN_EXTERN_C() -#if defined(HAVE_POSIX_READDIR_R) -#define php_readdir_r readdir_r -#else -PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry, - struct dirent **result); -#endif - #if !defined(HAVE_LOCALTIME_R) && defined(HAVE_LOCALTIME) #define PHP_NEED_REENTRANCY 1 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm); |