aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/rand_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/rand_r.c')
-rw-r--r--newlib/libc/stdlib/rand_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/rand_r.c b/newlib/libc/stdlib/rand_r.c
index 437739e..0670285 100644
--- a/newlib/libc/stdlib/rand_r.c
+++ b/newlib/libc/stdlib/rand_r.c
@@ -22,7 +22,7 @@
*/
int
-_DEFUN (rand_r, (seed), unsigned int *seed)
+rand_r (unsigned int *seed)
{
long k;
long s = (long)(*seed);