mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Use (void) in no-arguments function definitions.
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
|
||||
/* Return a random integer between 0 and RAND_MAX. */
|
||||
int
|
||||
rand ()
|
||||
rand (void)
|
||||
{
|
||||
return (int) __random ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user