Skip to content

Commit e2638e3

Browse files
committed
libc-test: include linux/sched.h test_linux()
The UAPI version of sched.h contains the newest flags that may not have been added to the libc's sched.h yet (for example CLONE_PIDFD). It was alreaded included by test_android(), but was missing from test_linux().
1 parent 7ee7e14 commit e2638e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2654,6 +2654,7 @@ fn test_linux(target: &str) {
26542654
"linux/random.h",
26552655
"linux/reboot.h",
26562656
"linux/rtnetlink.h",
2657+
"linux/sched.h",
26572658
"linux/seccomp.h",
26582659
"linux/sockios.h",
26592660
"linux/uinput.h",

0 commit comments

Comments
 (0)