Skip to content

Commit

Permalink
Add <linux/sysctl.h> in the list of headers for linux and android
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Nov 4, 2023
1 parent 6630d87 commit c370b10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc-test/build.rs
Expand Up @@ -1569,6 +1569,7 @@ fn test_android(target: &str) {
"libgen.h",
"limits.h",
"link.h",
"linux/sysctl.h",
"locale.h",
"malloc.h",
"net/ethernet.h",
Expand Down Expand Up @@ -3264,6 +3265,7 @@ fn test_linux(target: &str) {
"libgen.h",
"limits.h",
"link.h",
"linux/sysctl.h",
"locale.h",
"malloc.h",
"mntent.h",
Expand Down

0 comments on commit c370b10

Please sign in to comment.