diff options
Diffstat (limited to 'stdlib/srand48.c')
-rw-r--r-- | stdlib/srand48.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/srand48.c b/stdlib/srand48.c index 9bd248a541..eed09a41e6 100644 --- a/stdlib/srand48.c +++ b/stdlib/srand48.c @@ -26,5 +26,5 @@ void srand48 (seedval) long seedval; { - (void) srand48_r (seedval, &__libc_drand48_data); + (void) __srand48_r (seedval, &__libc_drand48_data); } |