--- llvm-project-git-87f0227cb.old/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp +++ llvm-project-git-87f0227cb/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp @@ -179,6 +179,11 @@ # include "sanitizer_platform_interceptors.h" # include "sanitizer_platform_limits_posix.h" +#ifndef SCSI_IOCTL_TAGGED_ENABLE +#define SCSI_IOCTL_TAGGED_ENABLE 0x5383 +#define SCSI_IOCTL_TAGGED_DISABLE 0x5384 +#endif + namespace __sanitizer { unsigned struct_utsname_sz = sizeof(struct utsname); unsigned struct_stat_sz = sizeof(struct stat);