X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fputenv.c;h=f5ce1dd882ac3f65208e2195d7d2f5a104e84a47;hb=279342da52719ba89de13f7c8b99660695b95080;hp=0b1e6644e4f2b2d5d6afffb2a1c1891a68a47137;hpb=310c41f74d42756b22ed2fcbe42b69bbe75a9ecf;p=gnulib.git diff --git a/lib/putenv.c b/lib/putenv.c index 0b1e6644e..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 2.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). */