We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310285e commit b89453cCopy full SHA for b89453c
lib/sanitizer_common/sanitizer_platform_interceptors.h
@@ -280,8 +280,12 @@
280
#define SANITIZER_INTERCEPT_OBSTACK SI_LINUX_NOT_ANDROID
281
#define SANITIZER_INTERCEPT_FFLUSH SI_NOT_WINDOWS
282
#define SANITIZER_INTERCEPT_FCLOSE SI_NOT_WINDOWS
283
+
284
+#ifndef SANITIZER_INTERCEPT_DLOPEN_DLCLOSE
285
#define SANITIZER_INTERCEPT_DLOPEN_DLCLOSE \
286
SI_FREEBSD || SI_LINUX_NOT_ANDROID || SI_MAC
287
+#endif
288
289
#define SANITIZER_INTERCEPT_GETPASS SI_LINUX_NOT_ANDROID || SI_MAC
290
#define SANITIZER_INTERCEPT_TIMERFD SI_LINUX_NOT_ANDROID
291
0 commit comments