mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
our get{addr,name}info() is considered thread-safe.
This commit is contained in:
parent
3dece030a5
commit
49e0283df8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145680
@ -430,7 +430,3 @@ function is defined by the
|
||||
draft specification and documented in
|
||||
.Dv "RFC 3493" ,
|
||||
.Dq Basic Socket Interface Extensions for IPv6 .
|
||||
.Sh BUGS
|
||||
The implementation of
|
||||
.Fn getaddrinfo
|
||||
is not thread-safe.
|
||||
|
@ -259,10 +259,6 @@ if (error == 0) {
|
||||
NULL, 0, NI_NUMERICHOST);
|
||||
}
|
||||
.Ed
|
||||
.Sh BUGS
|
||||
The implementation of
|
||||
.Fn getnameinfo
|
||||
is not thread-safe.
|
||||
.\".Pp
|
||||
.\".Ox
|
||||
.\"intentionally uses a different
|
||||
|
Loading…
Reference in New Issue
Block a user