diff options
Diffstat (limited to 'stdlib/lcong48.c')
-rw-r--r-- | stdlib/lcong48.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/lcong48.c b/stdlib/lcong48.c index a9ef571..b6e4170 100644 --- a/stdlib/lcong48.c +++ b/stdlib/lcong48.c @@ -26,5 +26,5 @@ void lcong48 (param) unsigned short int param[7]; { - (void) lcong48_r (param, &__libc_drand48_data); + (void) __lcong48_r (param, &__libc_drand48_data); } |