summaryrefslogtreecommitdiff
path: root/stdlib/seed48_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/seed48_r.c')
-rw-r--r--stdlib/seed48_r.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/seed48_r.c b/stdlib/seed48_r.c
index a07b501b03..3056169d71 100644
--- a/stdlib/seed48_r.c
+++ b/stdlib/seed48_r.c
@@ -21,9 +21,7 @@
#include <limits.h>
int
-__seed48_r (seed16v, buffer)
- unsigned short int seed16v[3];
- struct drand48_data *buffer;
+__seed48_r (unsigned short int seed16v[3], struct drand48_data *buffer)
{
/* Save old value at a private place to be used as return value. */
memcpy (buffer->__old_x, buffer->__x, sizeof (buffer->__x));