Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 03:23:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 239966] timer_create(2): undefined and incorrect symbols mentioned as possible value for the evp->sigev_notify field
Message-ID:  <bug-239966-227-zNcdhk9ghS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239966-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239966-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239966

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=3D228079&action=
=3Dedit
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239966-227-zNcdhk9ghS>