-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
std: add platform support for hexagon-unknown-qurt #152084
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?
Conversation
QuRT provides POSIX-like APIs for basic operations, so this implementation reuses the unix platform abstraction layer with QuRT-specific customizations. Platform modules: - New os::qurt module with platform-specific extensions to ffi, fs, io, raw - QuRT-specific file handling for ino, dev, mode, nlink, etc. Unsupported: Networking, fork/exec, pipe, chown/fchown/lchown/chroot/mkfifo
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
791d71f to
3201966
Compare
|
This PR depends on a newer version of the |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
You need |
|
@rustbot author |
|
Reminder, once the PR becomes ready for a review, use |
The commit I need - rust-lang/libc@9934c04 is not yet tagged/released. Or rather there is a |
|
☔ The latest upstream changes (presumably #152373) made this pull request unmergeable. Please resolve the merge conflicts. |
QuRT provides POSIX-like APIs for basic operations, so this implementation reuses the unix platform abstraction layer with QuRT-specific customizations.
Platform modules:
Unsupported: Networking, fork/exec, pipe, chown/fchown/lchown/chroot/mkfifo