Skip to content

Commit 01ad344

Browse files
committed
Remove hack
1 parent 25c07b4 commit 01ad344

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler-rt/lib/asan/asan_posix.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
#include "sanitizer_common/sanitizer_platform.h"
1515
#if SANITIZER_POSIX
1616

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
2017
# include <pthread.h>
21-
# undef tid_t
2218
# include <signal.h>
2319
# include <stdlib.h>
2420
# include <sys/resource.h>

0 commit comments

Comments
 (0)