darwin fix
This commit is contained in:
parent
275865954c
commit
9cc156a739
|
@ -160,7 +160,9 @@ int sigar_os_open(sigar_t **sigar)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifndef DARWIN
|
||||
get_koffsets(*sigar);
|
||||
#endif
|
||||
|
||||
(*sigar)->ncpu = ncpu;
|
||||
|
||||
|
|
Loading…
Reference in New Issue