diff options
Diffstat (limited to 'stdlib/seed48.c')
-rw-r--r-- | stdlib/seed48.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/seed48.c b/stdlib/seed48.c index 436cc8b..f8f31b2 100644 --- a/stdlib/seed48.c +++ b/stdlib/seed48.c @@ -26,7 +26,7 @@ unsigned short int * seed48 (seed16v) unsigned short int seed16v[3]; { - (void) seed48_r (seed16v, &__libc_drand48_data); + (void) __seed48_r (seed16v, &__libc_drand48_data); return __libc_drand48_data.old_X; } |