From 374bbc93bcb34268f175405a71806c4580495c6d Mon Sep 17 00:00:00 2001 From: Mitch Phillips Date: Wed, 24 Jul 2024 16:39:25 +0200 Subject: [PATCH] Revert "[tsan] Include unistd.h to declare gettid()" This reverts commit de8c4bef3329ce0045b8167cdb96d53b2a1509df. Unfortunately the fix-forward didn't work. Reverting both and will have Vitaly re-submit. --- compiler-rt/test/tsan/debug_alloc_stack.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler-rt/test/tsan/debug_alloc_stack.cpp b/compiler-rt/test/tsan/debug_alloc_stack.cpp index dfb2882fb6ea..70e9759f0af6 100644 --- a/compiler-rt/test/tsan/debug_alloc_stack.cpp +++ b/compiler-rt/test/tsan/debug_alloc_stack.cpp @@ -9,7 +9,6 @@ #include #include #include -#include #ifndef __APPLE__ #include