mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Use (void) in no-arguments function definitions.
This commit is contained in:
@@ -349,7 +349,7 @@ unsetenv (name)
|
||||
never made it. Nevertheless the POSIX.9 standard (POSIX bindings
|
||||
for Fortran 77) requires this function. */
|
||||
int
|
||||
clearenv ()
|
||||
clearenv (void)
|
||||
{
|
||||
LOCK;
|
||||
|
||||
|
Reference in New Issue
Block a user