From 60d2f8f3c7f1cdacafcbd60dc004e32cc90035ca Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 8 Jun 2013 00:22:23 +0000 Subject: Use (void) in no-arguments function definitions. --- stdlib/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/random.c') diff --git a/stdlib/random.c b/stdlib/random.c index 0235ebe9b4..e4302b0791 100644 --- a/stdlib/random.c +++ b/stdlib/random.c @@ -289,7 +289,7 @@ weak_alias (__setstate, setstate) pointer if the front one has wrapped. Returns a 31-bit random number. */ long int -__random () +__random (void) { int32_t retval; -- cgit v1.2.3