aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/srand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/srand48.c')
-rw-r--r--newlib/libc/stdlib/srand48.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/srand48.c b/newlib/libc/stdlib/srand48.c
index 69bdbfc..7042e83 100644
--- a/newlib/libc/stdlib/srand48.c
+++ b/newlib/libc/stdlib/srand48.c
@@ -15,7 +15,7 @@
_VOID
_DEFUN (_srand48_r, (r, seed),
- struct _reent *r _AND
+ struct _reent *r,
long seed)
{
_REENT_CHECK_RAND48(r);