[Bug 239966] timer_create(2): undefined and incorrect symbols mentioned as possible value for the evp->sigev_notify field
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Sep 2021 05:15:19 UTC
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.