argv.c (expandargv): Check for directories passed as @-files.
[deliverable/binutils-gdb.git] / libiberty / setenv.c
index 714ca0a407687e9be46c3da4427f974186a2b9f1..5b51193319de57d81f8f7f9c751175850f107819 100644 (file)
@@ -1,5 +1,5 @@
-/* Copyright (C) 1992, 1995, 1996, 1997, 2002, 2011 Free Software Foundation,
-   Inc.
+/* Copyright (C) 1992, 1995, 1996, 1997, 2002, 2011, 2015
+   Free Software Foundation, Inc.
    This file based on setenv.c in the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -62,11 +62,7 @@ extern int errno;
 #endif
 
 #define __environ      environ
-#ifndef HAVE_ENVIRON_DECL
-#ifndef environ
-extern char **environ;
-#endif
-#endif
+#include "environ.h"
 
 #undef setenv
 #undef unsetenv
This page took 0.035107 seconds and 4 git commands to generate.