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