mirror of
https://github.com/git/git
synced 2024-10-30 14:03:28 +00: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 */
|