Skip to content

Commit

Permalink
Rollup merge of #127480 - biabbas:vxworks, r=workingjubilee
Browse files Browse the repository at this point in the history
Fix build failure on vxworks #127084

PR to address issue #127084 .
1. Skip `reset_segpipe` for vxworks
2. Return unimplemented error for vxworks from settimes and lchown
3. Temporarily skip dirfd for vxworks
4. Add allow unused unsafe on read_at and write_at functions in unix/fs.rs
5. Using cfg disable ON_BROKEN_PIPE_FLAG_USED and on_broken_pipe_flag_used() for vxworks
6. Remove old crate::syscommon::thread::min_stack() reference from process_vxworks.rs and update to set stack size of rtpthread

Thank you.
  • Loading branch information
matthiaskrgr authored Jul 24, 2024
2 parents cec1031 + 131707b commit 59cb199
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 59cb199

Please sign in to comment.