File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1176,8 +1176,10 @@ fn test_dragonflybsd(target: &str) {
1176
1176
"ifaddrs.h" ,
1177
1177
"langinfo.h" ,
1178
1178
"limits.h" ,
1179
+ "link.h" ,
1179
1180
"locale.h" ,
1180
1181
"mqueue.h" ,
1182
+ "net/bpf.h" ,
1181
1183
"net/if.h" ,
1182
1184
"net/if_arp.h" ,
1183
1185
"net/if_dl.h" ,
@@ -1206,8 +1208,10 @@ fn test_dragonflybsd(target: &str) {
1206
1208
"sys/ioctl.h" ,
1207
1209
"sys/ipc.h" ,
1208
1210
"sys/ktrace.h" ,
1211
+ "sys/malloc.h" ,
1209
1212
"sys/mman.h" ,
1210
1213
"sys/mount.h" ,
1214
+ "sys/procctl.h" ,
1211
1215
"sys/ptrace.h" ,
1212
1216
"sys/resource.h" ,
1213
1217
"sys/rtprio.h" ,
@@ -1219,6 +1223,7 @@ fn test_dragonflybsd(target: &str) {
1219
1223
"sys/sysctl.h" ,
1220
1224
"sys/time.h" ,
1221
1225
"sys/times.h" ,
1226
+ "sys/timex.h" ,
1222
1227
"sys/types.h" ,
1223
1228
"sys/uio.h" ,
1224
1229
"sys/un.h" ,
You can’t perform that action at this time.
0 commit comments