aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/random.c')
-rw-r--r--newlib/libc/stdlib/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/random.c b/newlib/libc/stdlib/random.c
index b3b0ca3..131dc05 100644
--- a/newlib/libc/stdlib/random.c
+++ b/newlib/libc/stdlib/random.c
@@ -57,7 +57,7 @@ algorithm as <<rand>>.
#include <reent.h>
void
-_DEFUN (srandom, (seed), unsigned int seed)
+srandom (unsigned int seed)
{
struct _reent *reent = _REENT;