From 60d2f8f3c7f1cdacafcbd60dc004e32cc90035ca Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 8 Jun 2013 00:22:23 +0000 Subject: Use (void) in no-arguments function definitions. --- stdlib/setenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/setenv.c') diff --git a/stdlib/setenv.c b/stdlib/setenv.c index fdcd8e1d08..63c995b0da 100644 --- a/stdlib/setenv.c +++ b/stdlib/setenv.c @@ -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; -- cgit v1.2.3