Skip to content

Commit

Permalink
Remove tsd_exclusive code for now, concentrate on shared.
Browse files Browse the repository at this point in the history
Probably not quite this simple on the standalone scudo, but start from
here and fix fix fix.
  • Loading branch information
rgal committed Jan 28, 2021
1 parent c0d49e6 commit cc80702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler-rt/lib/scudo/standalone/tsd_exclusive.h
Expand Up @@ -11,6 +11,7 @@

#include "tsd.h"

#if SCUDO_TSD_EXCLUSIVE
namespace scudo {

struct ThreadState {
Expand Down Expand Up @@ -137,5 +138,5 @@ template <class Allocator> void teardownThread(void *Ptr) {
}

} // namespace scudo

#endif // SCUDO_TSD_EXCLUSIVE
#endif // SCUDO_TSD_EXCLUSIVE_H_

0 comments on commit cc80702

Please sign in to comment.