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:
@ -4602,7 +4602,7 @@ struct mallinfo __libc_mallinfo()
|
||||
*/
|
||||
|
||||
void
|
||||
__malloc_stats()
|
||||
__malloc_stats (void)
|
||||
{
|
||||
int i;
|
||||
mstate ar_ptr;
|
||||
|
Reference in New Issue
Block a user