-
Notifications
You must be signed in to change notification settings - Fork 469
Rename Posix → Unix #2012
Copy link
Copy link
Closed
Labels
A-linuxArea: affects only Linux targetsArea: affects only Linux targetsA-macArea: Affects only macOS targetsArea: Affects only macOS targetsC-cleanupCategory: cleaning up our codeCategory: cleaning up our codeE-good-first-issueA good way to start contributing, mentoring is availableA good way to start contributing, mentoring is available
Metadata
Metadata
Assignees
Labels
A-linuxArea: affects only Linux targetsArea: affects only Linux targetsA-macArea: Affects only macOS targetsArea: Affects only macOS targetsC-cleanupCategory: cleaning up our codeCategory: cleaning up our codeE-good-first-issueA good way to start contributing, mentoring is availableA good way to start contributing, mentoring is available
Type
Fields
Give feedbackNo fields configured for issues without a type.
In Miri, we use the term "POSIX" to refer to the functionality shared between Linux and macOS (and soon, Android: #2011). I used that term because those files started essentially as an implementation of a small part of the POSIX API.
However, in the Rust standard library, the term used for grouping those platforms is "Unix", and there also is
target_family = "unix". So I think it would make to rename "posix" to "unix" in the Miri codebase. This should be an easy change. However, it should wait until #2011 lands to reduce merge conflicts.