Skip to content

VxWorks: Adding structs and defines#5003

Merged
tgross35 merged 1 commit intorust-lang:mainfrom
gautam899:main
Mar 5, 2026
Merged

VxWorks: Adding structs and defines#5003
tgross35 merged 1 commit intorust-lang:mainfrom
gautam899:main

Conversation

@gautam899
Copy link
Contributor

@gautam899 gautam899 commented Mar 4, 2026

Description

In particular I have added:

  • struct statfs
  • O_SYNC
  • O_ASYNC
  • O_DSYNC
  • mkdirat()
  • readlinkat()
  • statfs()
  • fstatfs()
  • fopendir()
  • dirfd()
  • openat()
  • fdatasync()
    for VxWorks.

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

@gautam899
Copy link
Contributor Author

ping @biabbas

@gautam899 gautam899 force-pushed the main branch 2 times, most recently from 80a0f36 to bd2cec2 Compare March 5, 2026 04:21
Copy link
Contributor

@hax0kartik hax0kartik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@tgross35 tgross35 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tgross35 tgross35 added this pull request to the merge queue Mar 5, 2026
@tgross35 tgross35 added the stable-nominated This PR should be considered for cherry-pick to libc's stable release branch label Mar 5, 2026
Merged via the queue into rust-lang:main with commit e5c6bd4 Mar 5, 2026
51 checks passed
JohnTitor pushed a commit to JohnTitor/libc that referenced this pull request Mar 8, 2026
(backport <rust-lang#5003>)
(cherry picked from commit e5c6bd4)
@JohnTitor JohnTitor mentioned this pull request Mar 8, 2026
github-merge-queue bot pushed a commit that referenced this pull request Mar 8, 2026
(backport <#5003>)
(cherry picked from commit e5c6bd4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stable-nominated This PR should be considered for cherry-pick to libc's stable release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants