]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/random.c
Use (void) in no-arguments function definitions.
[thirdparty/glibc.git] / stdlib / random.c
index 0235ebe9b46ade91f9fc198d226570aa6b607c32..e4302b0791d065d7dc8ad9ce639bfb31752cce75 100644 (file)
@@ -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;