diff options
author | Jakob Pfender <jpfender@elegosoft.com> | 2011-05-17 15:31:05 +0200 |
---|---|---|
committer | Jakob Pfender <jpfender@elegosoft.com> | 2011-05-17 15:31:05 +0200 |
commit | 050e8877dda969b62f47a180b865a4447785e9c7 (patch) | |
tree | 42ba240edc5f0c0f49e7effe7f8881df2fdca775 /include/git2/thread-utils.h | |
parent | e3c7786b22b385d7ec5049c5315c74bd37182e8c (diff) | |
parent | c9662061f25ea51f39018a278b98c9a9b4410e84 (diff) | |
download | libgit2-050e8877dda969b62f47a180b865a4447785e9c7.tar.gz |
Merge branch 'development' into unmerged
Diffstat (limited to 'include/git2/thread-utils.h')
-rw-r--r-- | include/git2/thread-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/thread-utils.h b/include/git2/thread-utils.h index fb8644b93..e26876bea 100644 --- a/include/git2/thread-utils.h +++ b/include/git2/thread-utils.h @@ -35,6 +35,7 @@ #if defined(__APPLE__) && defined(__MACH__) # undef GIT_TLS +# define GIT_TLS #elif defined(__GNUC__) || \ defined(__SUNPRO_C) || \ |