Skip to content

Commit 72463fc

Browse files
committed
Add futex.h to test
1 parent 2276fd3 commit 72463fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,7 @@ fn test_android(target: &str) {
12451245
"ifaddrs.h",
12461246
"limits.h",
12471247
"linux/dccp.h",
1248+
"linux/futex.h",
12481249
"linux/fs.h",
12491250
"linux/genetlink.h",
12501251
"linux/if_alg.h",
@@ -2353,6 +2354,7 @@ fn test_linux(target: &str) {
23532354
headers! {
23542355
cfg:
23552356
"linux/falloc.h",
2357+
"linux/futex.h",
23562358
"linux/fs.h",
23572359
"linux/genetlink.h",
23582360
"linux/if_alg.h",

0 commit comments

Comments
 (0)