Tue Mar 21 19:08:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
* libc/stdlib/envlock.c: Fixed comment typo.
This commit is contained in:
parent
1b16b354fa
commit
b8ec20c809
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Mar 21 19:08:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
|
||||||
|
|
||||||
|
* libc/stdlib/envlock.c: Fixed comment typo.
|
||||||
|
|
||||||
Fri Mar 17 15:37:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
|
Fri Mar 17 15:37:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
|
||||||
|
|
||||||
* libc/stdio/vfscanf.c (__svfscanf): Fixed floating point
|
* libc/stdio/vfscanf.c (__svfscanf): Fixed floating point
|
||||||
|
|
|
@ -20,7 +20,7 @@ TRAD_SYNOPSIS
|
||||||
char *<[reent]>;
|
char *<[reent]>;
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
The <<stenv>> family of routines call these functions when they need
|
The <<setenv>> family of routines call these functions when they need
|
||||||
to modify the environ variable. The version of these routines supplied
|
to modify the environ variable. The version of these routines supplied
|
||||||
in the library does not do anything. If multiple threads of execution
|
in the library does not do anything. If multiple threads of execution
|
||||||
can call <<setenv>>, or if <<setenv>> can be called reentrantly, then
|
can call <<setenv>>, or if <<setenv>> can be called reentrantly, then
|
||||||
|
|
Loading…
Reference in New Issue