Automatic date update in version.in
[platform/upstream/binutils.git] / libiberty / setenv.c
index 921e968..96917d5 100644 (file)
@@ -63,11 +63,8 @@ extern int errno;
 
 #define __environ      environ
 #ifndef HAVE_ENVIRON_DECL
-/* MinGW defines environ to call a function.  */
-#ifndef environ
 extern char **environ;
 #endif
-#endif
 
 #undef setenv
 #undef unsetenv