Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 718258e256b74622aa55f5ee0cb9cff4cce6bf9f authored by Junio C Hamano on 20 December 2008, 03:27:06 UTC
GIT 1.6.0.6
Tip revision: 718258e
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top