Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0813ab0

Browse files
committedJun 27, 2024
Use custom libc implementation for RTEMS build
This should not be necessary anymore once, the changes are in upstream libc
1 parent f4cf37b commit 0813ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ debug = 0
105105
strip = true
106106

107107
[patch.crates-io]
108+
libc = { git = "https://github.com/thesummer/libc", rev = "2ada946801aec517051bb00cb83e890f9af5ad37" }
108109
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
109110
# here
110111
rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }

0 commit comments

Comments
 (0)
Please sign in to comment.