about summary refs log tree commit diff
path: root/include/bits/cpu-set.h
blob: 05aa0a8cf90fb398073190abc6c8a4b816ba47c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _BITS_CPU_SET_H
#include <posix/bits/cpu-set.h>

#ifndef _ISOMAC
int __sched_cpucount (size_t __setsize, const cpu_set_t *__setp);
libc_hidden_proto (__sched_cpucount)
#endif

#endif /* _BITS_CPU_SET_H  */