Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2021 05:15:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@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-9-FQgZMRvNZB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239966-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239966-9@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
----------------------------------------------------------------------------
 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=3D228113&action=
=3Dedit
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.

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



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