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