mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 09:43:32 +08:00
2000-04-18 Andreas Jaeger <aj@suse.de>
* manual/startup.texi (Environment Access): Fix putenv prototype according to recent changes. Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>, closes PR libc/1692.
This commit is contained in:
parent
2622364310
commit
14d9bd50b7
@ -310,7 +310,7 @@ pointer.
|
||||
|
||||
@comment stdlib.h
|
||||
@comment SVID
|
||||
@deftypefun int putenv (const char *@var{string})
|
||||
@deftypefun int putenv (char *@var{string})
|
||||
The @code{putenv} function adds or removes definitions from the environment.
|
||||
If the @var{string} is of the form @samp{@var{name}=@var{value}}, the
|
||||
definition is added to the environment. Otherwise, the @var{string} is
|
||||
|
Loading…
Reference in New Issue
Block a user