Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LMDB: introduce a typealias for mode_t #600

Merged
merged 1 commit into from
May 30, 2023
Merged

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