Re: [PATCH] nproc: use `sysctl' when it is available.

2009-10-18 Thread Bruno Haible
Oct 2009 01:20:14 +0200 > Subject: [PATCH] nproc: use `sysctl' when it is available. > > * lib/nproc.c (num_processors): If `sysctl' is available, use it to > get the number of online processors. > --- > lib/nproc.c | 10 ++ > 1 files changed, 10 insertions(

[PATCH] nproc: use `sysctl' when it is available.

2009-10-17 Thread Giuseppe Scrivano
H] nproc: use `sysctl' when it is available. * lib/nproc.c (num_processors): If `sysctl' is available, use it to get the number of online processors. --- lib/nproc.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/lib/nproc.c b/lib/nproc.c index 9a6e2