diff options
Diffstat (limited to 'stdlib/drand48-iter.c')
-rw-r--r-- | stdlib/drand48-iter.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/drand48-iter.c b/stdlib/drand48-iter.c index 8983776..90ec1a1 100644 --- a/stdlib/drand48-iter.c +++ b/stdlib/drand48-iter.c @@ -27,9 +27,7 @@ struct drand48_data __libc_drand48_data; int -__drand48_iterate (xsubi, buffer) - unsigned short int xsubi[3]; - struct drand48_data *buffer; +__drand48_iterate (unsigned short int xsubi[3], struct drand48_data *buffer) { uint64_t X; uint64_t result; |