Revert "[tsan] Include unistd.h to declare gettid()"

This reverts commit de8c4bef33.

Unfortunately the fix-forward didn't work. Reverting both and will have
Vitaly re-submit.
This commit is contained in:
Mitch Phillips
2024-07-24 16:39:25 +02:00
parent f2b6f0b586
commit 374bbc93bc

View File

@@ -9,7 +9,6 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#ifndef __APPLE__
#include <sys/types.h>