From b1b4af8047b2d6c2b2ea0d552969e25f872da675 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 18 Aug 2003 09:44:49 +0000 Subject: Sync with gnulib. --- lib/putenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/putenv.c') diff --git a/lib/putenv.c b/lib/putenv.c index c2a9aad2a..f5ce1dd88 100644 --- a/lib/putenv.c +++ b/lib/putenv.c @@ -33,7 +33,7 @@ extern int errno; # define __set_errno(ev) ((errno) = (ev)) #endif -/* Don't include stdlib.h because some (e.g., Solaris 5.7) declare putenv +/* Don't include stdlib.h because some (e.g., Solaris 7) declare putenv with a non-const argument. That would conflict with the declaration of rpl_putenv below (due to the #define putenv rpl_putenv from config.h). */ -- cgit v1.2.3-54-g00ecf