diff options
Diffstat (limited to 'newlib/libc/stdlib/random.c')
-rw-r--r-- | newlib/libc/stdlib/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/random.c b/newlib/libc/stdlib/random.c index 7abca6d..b3b0ca3 100644 --- a/newlib/libc/stdlib/random.c +++ b/newlib/libc/stdlib/random.c @@ -66,7 +66,7 @@ _DEFUN (srandom, (seed), unsigned int seed) } long int -_DEFUN_VOID (random) +random (void) { struct _reent *reent = _REENT; |