diff options
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 |
commit | a6624c7cb7f47281f01834c00d31322dfe9b16f2 (patch) | |
tree | 8f9619816ca742397dc8ef00048607184c980a96 /libc/stdlib/setenv.c | |
parent | 7eac2221e41a367288359189d4bc557ae367c01a (diff) | |
download | uClibc-alpine-a6624c7cb7f47281f01834c00d31322dfe9b16f2.tar.bz2 uClibc-alpine-a6624c7cb7f47281f01834c00d31322dfe9b16f2.tar.xz |
Merge from trunk.
Diffstat (limited to 'libc/stdlib/setenv.c')
-rw-r--r-- | libc/stdlib/setenv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdlib/setenv.c b/libc/stdlib/setenv.c index e7dc26053..fa61675fb 100644 --- a/libc/stdlib/setenv.c +++ b/libc/stdlib/setenv.c @@ -31,7 +31,6 @@ libc_hidden_proto(strlen) libc_hidden_proto(strncmp) libc_hidden_proto(strndup) libc_hidden_proto(unsetenv) -libc_hidden_proto(__environ) #ifdef __UCLIBC_HAS_THREADS__ # include <pthread.h> |