diff options
Diffstat (limited to 'src/thread-utils.h')
-rw-r--r-- | src/thread-utils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread-utils.h b/src/thread-utils.h new file mode 100644 index 000000000..199447c2a --- /dev/null +++ b/src/thread-utils.h @@ -0,0 +1,8 @@ +#ifndef INCLUDE_thread_utils_h__ +#define INCLUDE_thread_utils_h__ + +#include "git/thread-utils.h" + +extern int git_online_cpus(void); + +#endif /* INCLUDE_thread_utils_h__ */ |