tsan-rt: silence a -Wunused-const-variable

This commit is contained in:
Jon Roelofs
2023-05-16 07:25:21 -07:00
parent cd4ffbe0ff
commit 70818f442d

View File

@@ -128,7 +128,9 @@ const int SIGSYS = 12;
const int SIGBUS = 7;
const int SIGSYS = 31;
#endif
#if SANITIZER_HAS_SIGINFO
const int SI_TIMER = -2;
#endif
void *const MAP_FAILED = (void*)-1;
#if SANITIZER_NETBSD
const int PTHREAD_BARRIER_SERIAL_THREAD = 1234567;