summaryrefslogtreecommitdiff
path: root/thread-utils.h
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 */