Welcome to mirror list, hosted at ThFree Co, Russian Federation.

thread-utils.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cce4b77bd6452e2ec589d8c0dc0e8156352dd67b (plain)
1
2
3
4
5
6
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */