diff options
Diffstat (limited to 'lib/libc/sys/connect.2')
-rw-r--r-- | lib/libc/sys/connect.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2 index aef52f1..8885e72 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -89,7 +89,8 @@ for read and write, then calls .Fn _thread_sys_connect . If the call to .Fn _thread_sys_connect -would block, a context switch is performed. Before returning, +would block, a context switch is performed. +Before returning, .Fn connect unlocks .Va s . |