summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/getenv.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-22 02:42:47 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-22 02:42:47 +0000
commita6624c7cb7f47281f01834c00d31322dfe9b16f2 (patch)
tree8f9619816ca742397dc8ef00048607184c980a96 /libc/stdlib/getenv.c
parent7eac2221e41a367288359189d4bc557ae367c01a (diff)
downloaduClibc-alpine-a6624c7cb7f47281f01834c00d31322dfe9b16f2.tar.bz2
uClibc-alpine-a6624c7cb7f47281f01834c00d31322dfe9b16f2.tar.xz
Merge from trunk.
Diffstat (limited to 'libc/stdlib/getenv.c')
-rw-r--r--libc/stdlib/getenv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdlib/getenv.c b/libc/stdlib/getenv.c
index 4f4c4f1f8..c7940f398 100644
--- a/libc/stdlib/getenv.c
+++ b/libc/stdlib/getenv.c
@@ -11,7 +11,6 @@
libc_hidden_proto(getenv)
libc_hidden_proto(memcmp)
libc_hidden_proto(strlen)
-libc_hidden_proto(__environ)
/* IEEE Std 1003.1-2001 says getenv need not be thread safe, so
* don't bother locking access to __environ */