aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-09-19 10:02:51 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-09-19 10:02:51 +0200
commit0b62a2e3bd9aa917a59392a738b35d66ba5274bf (patch)
tree8952e0c1f18c6c3be557abe9dfe00fb5203ffe25
parentefbe7900b931789849a978c619106a8973e679cd (diff)
downloadman-pages-0b62a2e3bd9aa917a59392a738b35d66ba5274bf.tar.gz
sigevent.7: Note that 'sigev_notify_thread_id' is Linux-specific
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/sigevent.73
1 files changed, 2 insertions, 1 deletions
diff --git a/man7/sigevent.7 b/man7/sigevent.7
index 2e8db65d92..47f1613f18 100644
--- a/man7/sigevent.7
+++ b/man7/sigevent.7
@@ -47,7 +47,8 @@ struct sigevent {
/* Attributes for notification thread
(SIGEV_THREAD) */
pid_t sigev_notify_thread_id;
- /* ID of thread to signal (SIGEV_THREAD_ID) */
+ /* ID of thread to signal (SIGEV_THREAD_ID);
+ Linux-specific */
};
.fi
.SH DESCRIPTION