diff options
author | Ludovic Courtès <ludo@gnu.org> | 2011-12-14 23:02:29 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2011-12-14 23:46:22 +0100 |
commit | 7f1ea859ee33383db29e38dec5802ee0f21b09bc (patch) | |
tree | ca1cdf98963ecf6108cda6298ea8d7674283980a /lib/putenv.c | |
parent | 1002c774e0b908b50895da9a21a4bb63d18228de (diff) | |
download | guile-7f1ea859ee33383db29e38dec5802ee0f21b09bc.tar.gz |
Update Gnulib to v0.0-6703-g4e0358a.
Diffstat (limited to 'lib/putenv.c')
-rw-r--r-- | lib/putenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/putenv.c b/lib/putenv.c index ec5fe1a3c..bf1774441 100644 --- a/lib/putenv.c +++ b/lib/putenv.c @@ -36,7 +36,7 @@ #if _LIBC # if HAVE_GNU_LD -# define environ __environ +# define environ __environ # else extern char **environ; # endif |