add missing bracket for old glibc (cppcheck)
This commit is contained in:
parent
3eed97f6b9
commit
8a0b086b28
|
@ -903,6 +903,7 @@ void gotoblas_affinity_init(void) {
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
common->num_procs = CPU_COUNT(sizeof(cpu_set_t),cpusetp);
|
common->num_procs = CPU_COUNT(sizeof(cpu_set_t),cpusetp);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue