Skip to content

Commit a35d691

Browse files
committed
Use custom libc implementation for RTEMS build
This should not be necessary anymore once, the changes are in upstream libc
1 parent 0d6f827 commit a35d691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
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)