We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64992a commit e32b1d1Copy full SHA for e32b1d1
compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
@@ -191,7 +191,8 @@
191
192
#define SANITIZER_INTERCEPT_PREADV \
193
(SI_FREEBSD || SI_NETBSD || SI_LINUX_NOT_ANDROID)
194
-#define SANITIZER_INTERCEPT_PWRITEV SI_LINUX_NOT_ANDROID
+#define SANITIZER_INTERCEPT_PWRITEV \
195
+ (SI_FREEBSD || SI_NETBSD || SI_LINUX_NOT_ANDROID)
196
#define SANITIZER_INTERCEPT_PREADV64 SI_GLIBC
197
#define SANITIZER_INTERCEPT_PWRITEV64 SI_GLIBC
198
0 commit comments