Date: Wed, 22 Sep 2021 05:15:19 +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-XSIbmXBckT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239966-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239966 Felix Guest <felix.the.red@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #228079|0 |1 is obsolete| | --- Comment #3 from Felix Guest <felix.the.red@gmail.com> --- Created attachment 228113 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228113&action=edit timer_create(2) patch Rather than trying to describe the notification methods in timer_create(2), add a cross-reference to to sigevent(3). That page has a complete description of all the notification methods, including SIGEV_NONE. FreeBSD supports a number of additional clocks beyond CLOCK_MONOTONIC and CLOCK_REALTIME. Add the POSIX-compliant clocks to the list and mention clock_getres(2) for the other clocks. The default value for sigev_signo depends on clock_id. Document the possible default signal values. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239966-227-XSIbmXBckT>
