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

Fix #2832: A step towards posixlib using shared types #2833

Merged

Conversation

LeeTibbert
Copy link
Contributor

@LeeTibbert LeeTibbert commented Sep 3, 2022

fix #2832

Several posixlib files now use the shared, common types of sys/types, as described in the POSIX 2018
specification. stat.scala now uses sys/types but still requires some types declared in that file
in order to deal with 32/64 bit architectural and operating system differences in the structure
it uses.

@WojciechMazur WojciechMazur merged commit 125a533 into scala-native:main Sep 5, 2022
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.

Posixlib grp.scala, pwd.scala, and sys/stat.scala need to use common types from sys/types.
2 participants