diff options
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r-- | lib/libpthread/man/sem_post.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/man/sem_post.3 b/lib/libpthread/man/sem_post.3 index 906d86d..34fef83 100644 --- a/lib/libpthread/man/sem_post.3 +++ b/lib/libpthread/man/sem_post.3 @@ -48,6 +48,9 @@ If there are threads blocked on the semaphore when is called, then the highest priority thread that has been blocked the longest on the semaphore will be allowed to return from .Fn sem_wait . +.Pp +.Fn sem_post +is signal-reentrant and may be called within signal handlers. .Sh RETURN VALUES If successful, .Fn sem_post |