File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compiler-rt/lib/sanitizer_common Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 461
461
#define SANITIZER_INTERCEPT_STAT \
462
462
(SI_FREEBSD || SI_MAC || SI_ANDROID || SI_NETBSD || SI_SOLARIS || \
463
463
SI_STAT_LINUX)
464
- #define SANITIZER_INTERCEPT_LSTAT (SI_NETBSD || SI_FREEBSD)
465
- #define SANITIZER_INTERCEPT___XSTAT \
466
- (!SANITIZER_INTERCEPT_STAT && SI_POSIX) || SI_STAT_LINUX
464
+ #define SANITIZER_INTERCEPT_LSTAT (SI_NETBSD || SI_FREEBSD || SI_STAT_LINUX )
465
+ #define SANITIZER_INTERCEPT___XSTAT \
466
+ (( !SANITIZER_INTERCEPT_STAT && SI_POSIX) || SI_STAT_LINUX)
467
467
#define SANITIZER_INTERCEPT___XSTAT64 SI_LINUX_NOT_ANDROID
468
468
#define SANITIZER_INTERCEPT___LXSTAT SANITIZER_INTERCEPT___XSTAT
469
469
#define SANITIZER_INTERCEPT___LXSTAT64 SI_LINUX_NOT_ANDROID
You can’t perform that action at this time.
0 commit comments