https://github.com/git/git
Raw File
Tip revision: b296e8fce6de6a40a41b5168dfbe735d11255256 authored by Junio C Hamano on 29 January 2009, 08:12:52 UTC
GIT 1.6.1.2
Tip revision: b296e8f
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top