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 c4922c3 commit f09346cCopy full SHA for f09346c
libc-test/build.rs
@@ -153,6 +153,7 @@ fn do_ctest() {
153
cfg.header("xlocale.h");
154
cfg.header("utmp.h");
155
cfg.header("ifaddrs.h");
156
+ cfg.header("sys/inotify.h");
157
if i686 || x86_64 {
158
cfg.header("sys/reg.h");
159
}
@@ -262,6 +263,7 @@ fn do_ctest() {
262
263
cfg.header("sys/personality.h");
264
cfg.header("sys/swap.h");
265
cfg.header("pty.h");
266
267
if !uclibc {
268
cfg.header("sys/sysinfo.h");
269
0 commit comments