mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01: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 */
|