qurt: Fix type visibility and defs by androm3da · Pull Request #4932 · rust-lang/libc (original) (raw)
- Removed duplicate type definitions from legacy qurt module that conflicted with new module (socklen_t, in_addr_t, timespec, timeval, stat, tm, etc.)
- Add crate:: prefix to type references in submodules
- Add public re-exports for submodule contents (errno, fcntl, pthread, etc.)
Type/define fixes: ssize_t, time_t, dev_t, ino_t, stat struct, dirent, DIR Added items from QuRT SDK: clock(), strptime(), _SC_NPROCESSORS_ONLN
Merged via the queue into rust-lang:main with commit 9934c04
50 of 51 checks passed
tgross35 pushed a commit to tgross35/rust-libc that referenced this pull request
- Removed duplicate type definitions from legacy qurt module that conflicted with new module (socklen_t, in_addr_t, timespec, timeval, stat, tm, etc.)
- Add crate:: prefix to type references in submodules
- Add public re-exports for submodule contents (errno, fcntl, pthread, etc.)
Type/define fixes: ssize_t, time_t, dev_t, ino_t, stat struct, dirent, DIR Added items from QuRT SDK: clock(), strptime(), _SC_NPROCESSORS_ONLN
(backport <rust-lang#4932>) (cherry picked from commit 9934c04)
github-merge-queue Bot pushed a commit that referenced this pull request
- Removed duplicate type definitions from legacy qurt module that conflicted with new module (socklen_t, in_addr_t, timespec, timeval, stat, tm, etc.)
- Add crate:: prefix to type references in submodules
- Add public re-exports for submodule contents (errno, fcntl, pthread, etc.)
Type/define fixes: ssize_t, time_t, dev_t, ino_t, stat struct, dirent, DIR Added items from QuRT SDK: clock(), strptime(), _SC_NPROCESSORS_ONLN
(backport <#4932>) (cherry picked from commit 9934c04)
tgross35 added stable-applied
This PR has been cherry-picked to libc's stable release branch
and removed stable-nominated
This PR should be considered for cherry-pick to libc's stable release branch
labels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})