Page MenuHomeFreeBSD

Refer to SysV IPC permissions as numeric constants.
ClosedPublic

Authored by brooks on Feb 21 2018, 7:15 PM.
Tags
None
Referenced Files
F81872695: D14461.diff
Mon, Apr 22, 10:55 AM
Unknown Object (File)
Tue, Apr 16, 8:54 PM
Unknown Object (File)
Feb 2 2024, 8:42 AM
Unknown Object (File)
Dec 22 2023, 10:33 PM
Unknown Object (File)
Dec 13 2023, 2:55 PM
Unknown Object (File)
Nov 29 2023, 4:10 AM
Unknown Object (File)
Oct 19 2023, 4:44 PM
Unknown Object (File)
Aug 15 2023, 5:50 AM
Subscribers

Details

Summary

POSIX defines no macros for permissions.

Also remove unneeded headers from synopsis.

PR: 225905

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15345
Build 15400: arc lint + arc unit

Event Timeline

wblock added inline comments.
lib/libc/sys/msgget.2
86

Ew. Should not need emphasis or the apostrophe, just say "ORing". If we really want the function to stand out, a dash will work:

which are set by OR-ing
87

s/the following/these/

  • Improvements suggested by @wblock.
  • Bump doc dates
This revision is now accepted and ready to land.Mar 3 2018, 3:49 AM
This revision was automatically updated to reflect the committed changes.