mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove rand_r implementation
We already use our own mt13397 implementation nowadays, so we no longer need this shim.
This commit is contained in:
parent
97cb81ead5
commit
e8e09b60b4
3 changed files with 0 additions and 64 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue