From 39423523167c47f72822dbb9eb3ab4a0dfeafe68 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 26 Sep 2001 18:45:50 +0000 Subject: merge from gcc --- libiberty/setenv.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'libiberty/setenv.c') diff --git a/libiberty/setenv.c b/libiberty/setenv.c index f025716..dcf84e1 100644 --- a/libiberty/setenv.c +++ b/libiberty/setenv.c @@ -16,6 +16,22 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +/* + +@deftypefn Supplemental int setenv (const char *@var{name}, const char *@var{value}, int @var{overwrite}) +@deftypefnx Supplemental void unsetenv (const char *@var{name}) + +@code{setenv} adds @var{name} to the environment with value +@var{value}. If the name was already present in the environment, +the new value will be stored only if @var{overwrite} is non-zero. +The companion @code{unsetenv} function removes @var{name} from the +environment. This implementation is not safe for multithreaded code. + +@end deftypefn + +*/ + #if HAVE_CONFIG_H # include #endif -- cgit v1.1