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 9cf52cf commit adb6caeCopy full SHA for adb6cae
libc-test/build.rs
@@ -208,10 +208,13 @@ fn test_apple(target: &str) {
208
"mach/thread_policy.h",
209
"malloc/malloc.h",
210
"net/bpf.h",
211
+ "net/dlil.h",
212
"net/if.h",
213
"net/if_arp.h",
214
"net/if_dl.h",
215
"net/if_utun.h",
216
+ "net/if_var.h",
217
+ "net/ndrv.h",
218
"net/route.h",
219
"netdb.h",
220
"netinet/if_ether.h",
@@ -236,6 +239,7 @@ fn test_apple(target: &str) {
236
239
"stdlib.h",
237
240
"string.h",
238
241
"sysdir.h",
242
+ "sys/appleapiopts.h",
243
"sys/attr.h",
244
"sys/clonefile.h",
245
"sys/event.h",
0 commit comments