summaryrefslogtreecommitdiff
path: root/lib/setenv.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-02-24 16:40:15 +0100
committerBruno Haible <bruno@clisp.org>2008-02-24 16:40:15 +0100
commit22eb7728a25fbfb7ba1a591db0f70fe5a0e266e0 (patch)
treebd414aff377987eb04f4919e3177fc904782860d /lib/setenv.c
parented6d305b671518f72cc3a59fb94148fd4e5b70ec (diff)
downloadgnulib-22eb7728a25fbfb7ba1a591db0f70fe5a0e266e0.tar.gz
New module 'environ'.
Diffstat (limited to 'lib/setenv.c')
-rw-r--r--lib/setenv.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/setenv.c b/lib/setenv.c
index ea1d1167ff..83b52b88b9 100644
--- a/lib/setenv.c
+++ b/lib/setenv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992,1995-1999,2000-2003,2005-2007 Free Software Foundation, Inc.
+/* Copyright (C) 1992,1995-1999,2000-2003,2005-2008 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software: you can redistribute it and/or modify
@@ -40,9 +40,6 @@
#if !_LIBC
# define __environ environ
-# ifndef HAVE_ENVIRON_DECL
-extern char **environ;
-# endif
#endif
#if _LIBC