https://github.com/git/git
Raw File
Tip revision: ea02eef096d4bfcbb83e76cfab0fcb42dbcad35e authored by Junio C Hamano on 17 August 2008, 18:42:10 UTC
GIT 1.6.0
Tip revision: ea02eef
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top