Skip to content

Commit 6f943c0

Browse files
committed
Update libc and activate align feature
1 parent 52c785b commit 6f943c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/liblibc

Submodule liblibc updated 55 files

src/rustc/libc_shim/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ compiler_builtins = { path = "../compiler_builtins_shim" }
3636
# Certain parts of libc are conditionally compiled differently than when used
3737
# outside rustc. See https://github.com/rust-lang/libc/search?l=Rust&q=stdbuild&type=&utf8=%E2%9C%93.
3838
stdbuild = []
39-
default = ["stdbuild"]
39+
default = ["stdbuild", "align"]
40+
align = []

0 commit comments

Comments
 (0)