summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2013-03-31 19:17:48 +0000
committerBrad Smith <brad@cvs.openbsd.org>2013-03-31 19:17:48 +0000
commit361e6bdd72dfc67ac33d6db37a82c467f7548799 (patch)
treef58fdbcb21f15ebc5ee59218f74ee040db0da84e /lib
parenta5386d64a92fcaaca0c3d8509fc7c16968ca682d (diff)
getaddrinfo is now thread-safe.
ok eric@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/getaddrinfo.38
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index 9ec857373e3..82a988c42c9 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getaddrinfo.3,v 1.51 2012/09/27 11:31:58 jmc Exp $
+.\" $OpenBSD: getaddrinfo.3,v 1.52 2013/03/31 19:17:47 brad Exp $
.\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $
.\"
.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
@@ -16,7 +16,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 27 2012 $
+.Dd $Mdocdate: March 31 2013 $
.Dt GETADDRINFO 3
.Os
.Sh NAME
@@ -463,7 +463,3 @@ flag bit first appeared in Windows 7.
.%R RFC 4007
.%T IPv6 Scoped Address Architecture
.Re
-.Sh BUGS
-The implementation of
-.Fn getaddrinfo
-is not thread-safe.