diff options
Diffstat (limited to 'src/git')
| -rw-r--r-- | src/git/thread-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/thread-utils.h b/src/git/thread-utils.h index 7ce66fdc1..bc4153d7a 100644 --- a/src/git/thread-utils.h +++ b/src/git/thread-utils.h @@ -23,7 +23,7 @@ #endif /* sparse doesn't grok thread-local variables */ -#ifdef SPARSE_IS_RUNNING +#if defined(__CHECKER__) # undef GIT_HAS_TLS # undef GIT_TLS # define GIT_TLS |
