aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/jrand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/jrand48.c')
-rw-r--r--newlib/libc/stdlib/jrand48.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/jrand48.c b/newlib/libc/stdlib/jrand48.c
index 9e2f92c..4f8c12b 100644
--- a/newlib/libc/stdlib/jrand48.c
+++ b/newlib/libc/stdlib/jrand48.c
@@ -15,7 +15,7 @@
long
_DEFUN (_jrand48_r, (r, xseed),
- struct _reent *r _AND
+ struct _reent *r,
unsigned short xseed[3])
{
__dorand48(r, xseed);