We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1535ee8 commit 37b4e73Copy full SHA for 37b4e73
libc-test/build.rs
@@ -181,13 +181,15 @@ fn main() {
181
cfg.header("sys/msg.h");
182
cfg.header("sys/shm.h");
183
cfg.header("sys/user.h");
184
- cfg.header("sys/reg.h");
185
cfg.header("sys/fsuid.h");
186
cfg.header("shadow.h");
187
cfg.header("linux/input.h");
188
if x86_64 {
189
cfg.header("sys/io.h");
190
}
+ if x86 || x86_64 {
191
+ cfg.header("sys/reg.h");
192
+ }
193
194
195
if linux || android {
0 commit comments