From 83b2918ebe75fe7c3ee54c3a33bd8cc10234db8c Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 26 Nov 2005 01:14:13 +0000 Subject: Some more hidden internals --- libc/stdlib/setenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/setenv.c') 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; -- cgit v1.2.3