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 25c07b4 commit 01ad344Copy full SHA for 01ad344
compiler-rt/lib/asan/asan_posix.cpp
@@ -14,11 +14,7 @@
14
#include "sanitizer_common/sanitizer_platform.h"
15
#if SANITIZER_POSIX
16
17
-// tid_t is also defined in AIX header /usr/include/sys/types.h which is
18
-// included by system pthread.h
19
-# define tid_t tid_t_temp
20
# include <pthread.h>
21
-# undef tid_t
22
# include <signal.h>
23
# include <stdlib.h>
24
# include <sys/resource.h>
0 commit comments