https://github.com/git/git
Raw File
Tip revision: 621f1b4bcf40f1469fc59202248df35619e33c82 authored by Junio C Hamano on 07 February 2009, 19:06:34 UTC
GIT 1.6.2-rc0
Tip revision: 621f1b4
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top