stdalign tests: Skip the test when compiled by Sun C.
[gnulib.git] / lib / putenv.c
index 3c33279..2da3376 100644 (file)
@@ -36,7 +36,7 @@
 
 #if _LIBC
 # if HAVE_GNU_LD
-# define environ __environ
+#  define environ __environ
 # else
 extern char **environ;
 # endif