diff options
author | Vicent Marti <tanoku@gmail.com> | 2010-12-23 00:44:41 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2010-12-23 00:44:41 +0200 |
commit | e035685f272579a8620741aaad521540712c0725 (patch) | |
tree | 2a4fec1eece77df75aca4b1b54e96c286af5ddd6 /src/thread-utils.h | |
parent | e7379f338474fad9318faffe5d0b6000ff3e1b30 (diff) | |
download | libgit2-e035685f272579a8620741aaad521540712c0725.tar.gz |
Revert "Properly export all external symbols in Win32"
It is not a good idea to export these internal symbols now that they are
not required to run the unit tests.
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'src/thread-utils.h')
-rw-r--r-- | src/thread-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread-utils.h b/src/thread-utils.h index 864ecb7b1..0395b97d1 100644 --- a/src/thread-utils.h +++ b/src/thread-utils.h @@ -84,6 +84,6 @@ typedef struct { int counter; } git_refcnt; #endif -GIT_EXTERN(int) git_online_cpus(void); +extern int git_online_cpus(void); #endif /* INCLUDE_thread_utils_h__ */ |