-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fixes for NuttX target #4222
Fixes for NuttX target #4222
Conversation
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
For future reference, this is meant to be links to the C source files to cross reference :) but I found these at https://github.com/apache/nuttx/blob/f344a422e8ca8cea6eb31812c1a00fccb7a6d392/include/pwd.h#L49, https://github.com/apache/nuttx/blob/f344a422e8ca8cea6eb31812c1a00fccb7a6d392/include/time.h#L121, https://github.com/apache/nuttx/blob/f344a422e8ca8cea6eb31812c1a00fccb7a6d392/include/dirent.h#L113, looks consistent to me. @rustbot labeled +stable-nominated |
Signed-off-by: Huang Qi <huangqi3@xiaomi.com> (backport <rust-lang#4222>) (cherry picked from commit ec9ea22)
Signed-off-by: Huang Qi <huangqi3@xiaomi.com> (backport <rust-lang#4222>) (cherry picked from commit cb668df)
Signed-off-by: Huang Qi <huangqi3@xiaomi.com> (backport <rust-lang#4222>) (cherry picked from commit ec9ea22)
Signed-off-by: Huang Qi <huangqi3@xiaomi.com> (backport <rust-lang#4222>) (cherry picked from commit cb668df)
Description
Some fixes for NuttX target:
Sources
src/unix/nuttx/mod.rs
Checklist
libc-test/semver
have been updated*LAST
or*MAX
areincluded (see #3131)
cd libc-test && cargo test --target mytarget
);especially relevant for platforms that may not be checked in CI