our get{proto,serv}by*() use a thread-specific data space.
This commit is contained in:
parent
c81e55a2df
commit
b190ee6140
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145564
@ -143,7 +143,7 @@ and
|
||||
functions appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
These functions use a static data space;
|
||||
These functions use a thread-specific data space;
|
||||
if the data is needed for future use, it should be
|
||||
copied before any subsequent calls overwrite it.
|
||||
Only the Internet
|
||||
|
@ -152,7 +152,7 @@ and
|
||||
functions appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
These functions use static data storage;
|
||||
These functions use a thread-specific data storage;
|
||||
if the data is needed for future use, it should be
|
||||
copied before any subsequent calls overwrite it.
|
||||
Expecting port numbers to fit in a 32 bit
|
||||
|
Loading…
Reference in New Issue
Block a user