Page MenuHomeFreeBSD

Fix sigtimedwait manpage.
ClosedPublic

Authored by dchagin on Apr 20 2022, 6:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 3, 10:07 AM
Unknown Object (File)
Sat, Sep 21, 5:24 AM
Unknown Object (File)
Sep 6 2024, 9:42 PM
Unknown Object (File)
Sep 6 2024, 9:42 PM
Unknown Object (File)
Sep 6 2024, 9:41 PM
Unknown Object (File)
Sep 6 2024, 9:41 PM
Unknown Object (File)
Sep 6 2024, 9:35 PM
Unknown Object (File)
Sep 5 2024, 2:21 AM
Subscribers

Details

Summary

Historically, sigtimedwait() blocks indefinitely if timeout is NULL.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45257
Build 42145: arc lint + arc unit

Event Timeline

POSIX indeed leaves this behavior unspecified, but Linux chooses the same as we do. Might want to add something like

POSIX leaves the behavior of
.Fn sigtimedwait
with a
.Dv NULL
.Fa timeout
pointer unspecified.

to the STANDARDS section.

This revision is now accepted and ready to land.Apr 20 2022, 9:26 PM
This revision was automatically updated to reflect the committed changes.