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 1d1cd72 commit acecb5dCopy full SHA for acecb5d
compiler-rt/lib/hwasan/hwasan_interceptors.cpp
@@ -262,13 +262,13 @@ void InitializeInterceptors() {
262
static int inited = 0;
263
CHECK_EQ(inited, 0);
264
265
-#if HWASAN_WITH_INTERCEPTORS
266
-#if defined(__linux__)
+# if HWASAN_WITH_INTERCEPTORS
+# if defined(__linux__)
267
INTERCEPT_FUNCTION(__libc_longjmp);
268
INTERCEPT_FUNCTION(longjmp);
269
INTERCEPT_FUNCTION(siglongjmp);
270
INTERCEPT_FUNCTION(vfork);
271
-#endif // __linux__
+# endif // __linux__
272
INTERCEPT_FUNCTION(pthread_create);
273
INTERCEPT_FUNCTION(pthread_join);
274
# endif
0 commit comments