Page MenuHomeFreeBSD

lio_listio(2): add __restrict keyword to the parameter `struct sigvent *sig`
Needs ReviewPublic

Authored by minsoochoo0122_proton.me on Apr 4 2022, 3:47 PM.
Referenced Files
Unknown Object (File)
Dec 23 2023, 1:13 AM
Unknown Object (File)
Sep 15 2023, 8:58 PM
Unknown Object (File)
Aug 14 2023, 6:33 AM
Unknown Object (File)
Jul 24 2023, 12:35 AM
Unknown Object (File)
Jul 11 2023, 11:53 PM
Unknown Object (File)
Jun 28 2023, 6:04 AM
Unknown Object (File)
May 6 2023, 8:26 AM
Unknown Object (File)
Feb 28 2023, 5:19 PM

Details

Reviewers
None
Group Reviewers
Contributor Reviews (src)
Summary

Refenece: POSIX specifiction
POSIX.1-2008 requires that struct sigvent *sig should have restrict keyword.

Test Plan

make kernel

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

minsoochoo0122_proton.me retitled this revision from lio_listio(2): add __restrict keyword to third parameter struct sigvent *sig to lio_listio(2): add __restrict keyword to the parameter `struct sigvent *sig`.Jul 18 2023, 8:10 PM
minsoochoo0122_proton.me edited the summary of this revision. (Show Details)
minsoochoo0122_proton.me edited the test plan for this revision. (Show Details)