summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/bind.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/bind.2')
-rw-r--r--lib/libc/sys/bind.221
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2
index 4e99aa8..cda9822 100644
--- a/lib/libc/sys/bind.2
+++ b/lib/libc/sys/bind.2
@@ -68,27 +68,6 @@ Consult the manual entries in section 4 for detailed information.
For maximum portability, you should always zero-out the socket structure
before populating it, before passing it to
.Fn bind .
-.Sh IMPLEMENTATION NOTES
-In the non-threaded library
-.Fn bind
-is implemented as the
-.Va bind
-syscall.
-.Pp
-In the threaded library, the
-.Va bind
-syscall is assembled to
-.Fn _thread_sys_bind
-and
-.Fn bind
-is implemented as a function which locks
-.Fa s
-for read and write, then calls
-.Fn _thread_sys_bind .
-Before returning,
-.Fn bind
-unlocks
-.Fa s .
.Sh RETURN VALUES
.Rv -std bind
.Sh ERRORS
OpenPOWER on IntegriCloud