diff options
Diffstat (limited to 'main/php_reentrancy.h')
-rw-r--r-- | main/php_reentrancy.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/main/php_reentrancy.h b/main/php_reentrancy.h index bbc772b5db..62c1ca232f 100644 --- a/main/php_reentrancy.h +++ b/main/php_reentrancy.h @@ -1,7 +1,5 @@ /* +----------------------------------------------------------------------+ - | PHP Version 7 | - +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | @@ -101,12 +99,6 @@ char *strtok_r(char *s, const char *delim, char **last); #endif #endif -#if !defined(HAVE_RAND_R) -PHPAPI int php_rand_r(unsigned int *seed); -#else -#define php_rand_r rand_r -#endif - END_EXTERN_C() #if !defined(ZTS) |