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