| ... | ... | @@ -76,6 +76,7 @@ |
| 76 | 76 | #include <sys/vt.h> |
| 77 | 77 | #include <linux/cdrom.h> |
| 78 | 78 | #include <linux/fd.h> |
| 79 | #include <linux/filter.h> |
| 79 | 80 | #if SANITIZER_ANDROID |
| 80 | 81 | #include <linux/fs.h> |
| 81 | 82 | #endif |
| ... | ... | @@ -516,6 +517,7 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr); |
| 516 | 517 | unsigned struct_seq_event_rec_sz = sizeof(struct seq_event_rec); |
| 517 | 518 | unsigned struct_synth_info_sz = sizeof(struct synth_info); |
| 518 | 519 | unsigned struct_vt_mode_sz = sizeof(struct vt_mode); |
| 520 | unsigned struct_sock_fprog_sz = sizeof(struct sock_fprog); |
| 519 | 521 | #endif // SANITIZER_LINUX |
| 520 | 522 | |
| 521 | 523 | #if SANITIZER_GLIBC |
| ... | ... | @@ -543,7 +545,6 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr); |
| 543 | 545 | |
| 544 | 546 | unsigned struct_audio_buf_info_sz = sizeof(struct audio_buf_info); |
| 545 | 547 | unsigned struct_ppp_stats_sz = sizeof(struct ppp_stats); |
| 546 | | unsigned struct_sock_fprog_sz = sizeof(struct sock_fprog); |
| 547 | 548 | # endif // SANITIZER_GLIBC |
| 548 | 549 | |
| 549 | 550 | # if !SANITIZER_ANDROID && !SANITIZER_APPLE && !SANITIZER_HAIKU |