Skip to content

Commit 6a41b33

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 a78f2cb commit 6a41b33

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
@@ -106,6 +106,7 @@ debug = 0
106106
strip = true
107107

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

0 commit comments

Comments
 (0)