diff options
Diffstat (limited to 'stdlib/lcong48_r.c')
-rw-r--r-- | stdlib/lcong48_r.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/lcong48_r.c b/stdlib/lcong48_r.c index 5accc08538..e3e82e833f 100644 --- a/stdlib/lcong48_r.c +++ b/stdlib/lcong48_r.c @@ -22,9 +22,7 @@ #include <limits.h> int -__lcong48_r (param, buffer) - unsigned short int param[7]; - struct drand48_data *buffer; +__lcong48_r (unsigned short int param[7], struct drand48_data *buffer) { /* Store the given values. */ memcpy (buffer->__x, ¶m[0], sizeof (buffer->__x)); |