https://github.com/git/git
Raw File
Tip revision: e449f105805ffa49ccf7cf080db897ecf65a1a0f authored by Junio C Hamano on 18 June 2008, 20:09:43 UTC
GIT 1.5.6
Tip revision: e449f10
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top