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 1168782 commit 3aa0188Copy full SHA for 3aa0188
libc-test/build.rs
@@ -1875,17 +1875,28 @@ fn test_wasi(target: &str) {
1875
cfg.define("_GNU_SOURCE", None);
1876
1877
headers! { cfg:
1878
+ "ctype.h",
1879
+ "dirent.h",
1880
"errno.h",
1881
"fcntl.h",
1882
"limits.h",
1883
"locale.h",
1884
"malloc.h",
1885
+ "poll.h",
1886
+ "stdbool.h",
1887
"stddef.h",
1888
"stdint.h",
1889
"stdio.h",
1890
"stdlib.h",
1891
+ "string.h",
1892
+ "sys/resource.h",
1893
+ "sys/select.h",
1894
+ "sys/socket.h",
1895
"sys/stat.h",
1896
+ "sys/times.h",
1897
"sys/types.h",
1898
+ "sys/uio.h",
1899
+ "sys/utsname.h",
1900
"time.h",
1901
"unistd.h",
1902
"wasi/core.h",
0 commit comments