mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Use (void) in no-arguments function definitions.
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
|
||||
/* Make all changes done to all files actually appear on disk. */
|
||||
void
|
||||
sync ()
|
||||
sync (void)
|
||||
{
|
||||
__set_errno (ENOSYS);
|
||||
}
|
||||
|
Reference in New Issue
Block a user