diff options
Diffstat (limited to 'stdlib/lrand48_r.c')
-rw-r--r-- | stdlib/lrand48_r.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/lrand48_r.c b/stdlib/lrand48_r.c index 8d554c7800..1e5eaa2469 100644 --- a/stdlib/lrand48_r.c +++ b/stdlib/lrand48_r.c @@ -19,9 +19,7 @@ #include <stdlib.h> int -lrand48_r (buffer, result) - struct drand48_data *buffer; - long int *result; +lrand48_r (struct drand48_data *buffer, long int *result) { /* Be generous for the arguments, detect some errors. */ if (buffer == NULL) |