diff options
| author | David Xu <davidxu@FreeBSD.org> | 2005-11-11 14:52:06 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2005-11-11 14:52:06 +0000 |
| commit | b71ec5beb4714da1171cb0542ae0f601b91050bd (patch) | |
| tree | d90cbe59cda15e17e85ec50afa50098a63abc845 | |
| parent | d0d5f05bff46d2711c2e3f89688440a5bc151b21 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/sigqueue.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/sigqueue.2 b/lib/libc/sys/sigqueue.2 index f9475a686eaa..3d7382d8c18a 100644 --- a/lib/libc/sys/sigqueue.2 +++ b/lib/libc/sys/sigqueue.2 @@ -75,7 +75,8 @@ is not blocked for the calling thread and if no other thread has unblocked or is waiting in a .Fn sigwait function for -.Fa signo, either +.Fa signo , +either .Fa signo or at least the pending, unblocked signal will be delivered to the calling thread before the |
