aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/rand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/rand48.c')
-rw-r--r--newlib/libc/stdlib/rand48.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/rand48.c b/newlib/libc/stdlib/rand48.c
index 0fc5cc0..626b3ef 100644
--- a/newlib/libc/stdlib/rand48.c
+++ b/newlib/libc/stdlib/rand48.c
@@ -130,8 +130,7 @@ No supporting OS subroutines are required.
#include "rand48.h"
void
-_DEFUN (__dorand48, (r, xseed),
- struct _reent *r,
+__dorand48 (struct _reent *r,
unsigned short xseed[3])
{
unsigned long accu;