mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Use (void) in no-arguments function definitions.
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
#undef getchar_unlocked
|
||||
|
||||
int
|
||||
getchar_unlocked ()
|
||||
getchar_unlocked (void)
|
||||
{
|
||||
return _IO_getc_unlocked (_IO_stdin);
|
||||
}
|
||||
|
Reference in New Issue
Block a user