diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/sigevent.7 | 3 |
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 |
