https://github.com/git/git
Raw File
Tip revision: 9861b644e045b5ee0e16dea65b44419205090960 authored by Junio C Hamano on 10 December 2009, 23:42:30 UTC
Git 1.6.5.6
Tip revision: 9861b64
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top