Commit 0d2f6824 by Patrick Steinhardt Committed by GitHub

Merge pull request #4210 from pks-t/pks/misc-fixes

Misc fixes
parents 8d89e409 13c275ab
...@@ -14,7 +14,7 @@ GIT_BEGIN_DECL ...@@ -14,7 +14,7 @@ GIT_BEGIN_DECL
/** /**
* Init the global state * Init the global state
* *
* This function must the called before any other libgit2 function in * This function must be called before any other libgit2 function in
* order to set up global state and threading. * order to set up global state and threading.
* *
* This function may be called multiple times - it will return the number * This function may be called multiple times - it will return the number
......
...@@ -19,7 +19,9 @@ static git_repository *_repo; ...@@ -19,7 +19,9 @@ static git_repository *_repo;
static git_tree *_a, *_b; static git_tree *_a, *_b;
static git_atomic _counts[4]; static git_atomic _counts[4];
static int _check_counts; static int _check_counts;
#ifdef GIT_WIN32
static int _retries; static int _retries;
#endif
#define THREADS 20 #define THREADS 20
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment