mirror of
https://github.com/git/git.git
synced 2025-01-06 07:33:59 +08:00
7 lines
109 B
C
7 lines
109 B
C
|
#ifndef THREAD_COMPAT_H
|
||
|
#define THREAD_COMPAT_H
|
||
|
|
||
|
extern int online_cpus(void);
|
||
|
|
||
|
#endif /* THREAD_COMPAT_H */
|