-
Notifications
You must be signed in to change notification settings - Fork 5k
Haiku: Add native library IO support #114521
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
base: main
Are you sure you want to change the base?
Haiku: Add native library IO support #114521
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
Files not reviewed (2)
- src/native/libs/Common/pal_config.h.in: Language not supported
- src/native/libs/configure.cmake: Language not supported
Comments suppressed due to low confidence (1)
src/native/libs/System.Native/pal_mount.c:28
- [nitpick] Consider standardizing the Haiku platform macro naming across the codebase (e.g., using TARGET_HAIKU uniformly instead of mixing HAIKU and TARGET_HAIKU).
#ifdef __HAIKU__
4bedc18
to
0b60e41
Compare
Tagging subscribers to this area: @dotnet/area-system-io |
0b60e41
to
6d0f945
Compare
6d0f945
to
0862fad
Compare
Adds detection for non-portable filesystem and mount APIs and equivalent implementations using the Haiku API.
0862fad
to
473aa80
Compare
Anything I can do to move this PR forward? |
Adds detection for non-portable filesystem and mount APIs and equivalent implementations using the Haiku API.
Part of #55803.