diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-05-09 21:58:26 +0300 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-05-09 21:58:26 +0300 |
commit | 5711ca93d13b74767788c0d7d68fb948e0f9e170 (patch) | |
tree | 4406a254cd862f256dd46295ca4032bfd9f5a25b /include/git2/thread-utils.h | |
parent | cd2cc2dc363770d03a9d77206b97d0ee70244cad (diff) | |
parent | fa59f18d0ddbbb98d45e33934fb0efc3e2bf1557 (diff) | |
download | libgit2-5711ca93d13b74767788c0d7d68fb948e0f9e170.tar.gz |
Merge branch 'error-handling' into development
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) || \ |