We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5b81d commit 90f8673Copy full SHA for 90f8673
compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
@@ -134,7 +134,8 @@
134
#define SANITIZER_INTERCEPT_MBSTOWCS SI_NOT_WINDOWS
135
#define SANITIZER_INTERCEPT_MBSNRTOWCS SI_MAC || SI_LINUX_NOT_ANDROID
136
#define SANITIZER_INTERCEPT_WCSTOMBS SI_NOT_WINDOWS
137
-#define SANITIZER_INTERCEPT_WCSNRTOMBS SI_MAC || SI_LINUX_NOT_ANDROID
+#define SANITIZER_INTERCEPT_WCSNRTOMBS \
138
+ SI_FREEBSD || SI_MAC || SI_LINUX_NOT_ANDROID
139
#define SANITIZER_INTERCEPT_TCGETATTR SI_LINUX_NOT_ANDROID
140
#define SANITIZER_INTERCEPT_REALPATH SI_NOT_WINDOWS
141
#define SANITIZER_INTERCEPT_CANONICALIZE_FILE_NAME SI_LINUX_NOT_ANDROID
0 commit comments