[Bug 239966] timer_create(2): undefined and incorrect symbols mentioned as possible value for the evp->sigev_notify field

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 21 Sep 2021 03:23:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239966

Felix Guest <felix.the.red@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |felix.the.red@gmail.com

--- Comment #1 from Felix Guest <felix.the.red@gmail.com> ---
Created attachment 228079
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228079&action=edit
timer_create(2) patch

Clarify the use of evp->sigev_notify.
SIGEV_SIGNO -> SIGEV_SIGNAL
SIGEV_THREAD_ID -> SIGEV_THREAD

By breaking the sigev_notify cases into two paragraphs, I feel the intent is
much clearer, even if some words are repeated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.