File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler-rt/lib/sanitizer_common Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -491,6 +491,7 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr);
491
491
unsigned struct_vt_consize_sz = sizeof (struct vt_consize );
492
492
unsigned struct_vt_sizes_sz = sizeof (struct vt_sizes );
493
493
unsigned struct_vt_stat_sz = sizeof (struct vt_stat );
494
+ unsigned struct_sock_fprog_sz = sizeof (struct sock_fprog );
494
495
#endif // SANITIZER_LINUX
495
496
496
497
#if SANITIZER_LINUX
@@ -537,7 +538,6 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr);
537
538
538
539
unsigned struct_audio_buf_info_sz = sizeof (struct audio_buf_info );
539
540
unsigned struct_ppp_stats_sz = sizeof (struct ppp_stats );
540
- unsigned struct_sock_fprog_sz = sizeof (struct sock_fprog );
541
541
# endif // SANITIZER_GLIBC
542
542
543
543
# if !SANITIZER_ANDROID && !SANITIZER_APPLE
You can’t perform that action at this time.
0 commit comments