Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 527788 | Differences between
and this patch

Collapse All | Expand All

(-)a/jamvm-1.5.4/src/os/linux/os.c (-1 / +1 lines)
Lines 46-52 Link Here
46
}
46
}
47
47
48
int nativeAvailableProcessors() {
48
int nativeAvailableProcessors() {
49
#ifdef __UCLIBC__
49
#if defined(__UCLIBC__) || !defined(__GLIBC__)
50
    return 1;
50
    return 1;
51
#else
51
#else
52
    return get_nprocs();
52
    return get_nprocs();

Return to bug 527788