summaryrefslogtreecommitdiff
path: root/libc/stdlib/setenv.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-26 01:14:13 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-26 01:14:13 +0000
commit83b2918ebe75fe7c3ee54c3a33bd8cc10234db8c (patch)
treeafd209037c1f52762f36684c5816251c280bcc3b /libc/stdlib/setenv.c
parent905b94adb175aacee1aaaed4ef48f99da7447d3e (diff)
Some more hidden internals
Diffstat (limited to 'libc/stdlib/setenv.c')
-rw-r--r--libc/stdlib/setenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/setenv.c b/libc/stdlib/setenv.c
index d0cfe526d..2428ed92d 100644
--- a/libc/stdlib/setenv.c
+++ b/libc/stdlib/setenv.c
@@ -48,7 +48,7 @@ static char **last_environ;
must be used directly. This is all complicated by the fact that we try
to reuse values once generated for a `setenv' call since we can never
free the strings. */
-int __add_to_environ (const char *name, const char *value,
+int attribute_hidden __add_to_environ (const char *name, const char *value,
const char *combined, int replace)
{
register char **ep;