Skip to content

Conversation

compnerd
Copy link
Member

mode_t is a non-portable extension to C (POSIX). Introduce a new typealias ModeType that represents the underlying type that is used. Provide an alternate definition for the default mode on Windows as it does not have non-user permissions on a file but rather relies on proper ACLing.

`mode_t` is a non-portable extension to C (POSIX).  Introduce a new
typealias `ModeType` that represents the underlying type that is used.
Provide an alternate definition for the default mode on Windows as it
does not have non-user permissions on a file but rather relies on proper
ACLing.
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd
Copy link
Member Author

CC: @franklinsch

@compnerd compnerd merged commit 25c701c into swiftlang:main May 30, 2023
@compnerd compnerd deleted the modelity branch May 30, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants