summaryrefslogtreecommitdiff
path: root/gl/tests/putenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/tests/putenv.c')
-rw-r--r--gl/tests/putenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/tests/putenv.c b/gl/tests/putenv.c
index 3c332791bb..2da33760b9 100644
--- a/gl/tests/putenv.c
+++ b/gl/tests/putenv.c
@@ -36,7 +36,7 @@
#if _LIBC
# if HAVE_GNU_LD
-# define environ __environ
+# define environ __environ
# else
extern char **environ;
# endif