std: add platform support for hexagon-unknown-qurt#152084
std: add platform support for hexagon-unknown-qurt#152084androm3da wants to merge 1 commit intorust-lang:mainfrom
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