merge from gcc

This commit is contained in:
DJ Delorie 2001-10-10 00:05:13 +00:00
parent f42a25be0a
commit 56056af518
5 changed files with 14 additions and 8 deletions

View file

@ -24,7 +24,7 @@
@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 new value will be stored only if @var{overwrite} is nonzero.
The companion @code{unsetenv} function removes @var{name} from the
environment. This implementation is not safe for multithreaded code.