summaryrefslogtreecommitdiff
path: root/main/php_reentrancy.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_reentrancy.h')
-rw-r--r--main/php_reentrancy.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/php_reentrancy.h b/main/php_reentrancy.h
index c7a7c2f92e..62c1ca232f 100644
--- a/main/php_reentrancy.h
+++ b/main/php_reentrancy.h
@@ -99,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)