aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/rand.c
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-12-03 21:00:43 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2018-01-17 11:47:19 -0600
commitfff27f84298c8ae64879e143b068c3b2e6a11ba4 (patch)
treeea8c19d26a3d39f1ccafc98098d45fae1897ec4c /newlib/libc/stdlib/rand.c
parent670b01da7f04f785df5bed9cd8e22076aa6166d5 (diff)
downloadnewlib-fff27f84298c8ae64879e143b068c3b2e6a11ba4.zip
newlib-fff27f84298c8ae64879e143b068c3b2e6a11ba4.tar.gz
newlib-fff27f84298c8ae64879e143b068c3b2e6a11ba4.tar.bz2
ansification: remove _DEFUN_VOID
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/stdlib/rand.c')
-rw-r--r--newlib/libc/stdlib/rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/rand.c b/newlib/libc/stdlib/rand.c
index aacb0a8..e6ef7a1 100644
--- a/newlib/libc/stdlib/rand.c
+++ b/newlib/libc/stdlib/rand.c
@@ -68,7 +68,7 @@ _DEFUN (srand, (seed), unsigned int seed)
}
int
-_DEFUN_VOID (rand)
+rand (void)
{
struct _reent *reent = _REENT;