Re: [PATCH] New modules nproc, pthread.

2010-07-14 Thread Pádraig Brady
On 14/07/10 00:01, Paul Eggert wrote: > On 07/13/10 02:07, Pádraig Brady wrote: > >> The coreutils build just failed on our integration server >> as it doesn't have > > Ah. A dinosaur, or a purposeful torture-test? I'm not sure TBH as I don't have access, but it's good for testing corner cases

Re: [PATCH] New modules nproc, pthread.

2010-07-13 Thread Paul Eggert
On 07/13/10 02:07, Pádraig Brady wrote: > The coreutils build just failed on our integration server > as it doesn't have Ah. A dinosaur, or a purposeful torture-test? > So currently the coreutils code would need more ifdefs > which I would prefer not to do, or we could expand the > emulation i

Re: [PATCH] New modules nproc, pthread.

2010-07-13 Thread Pádraig Brady
On 25/03/09 20:04, Paul Eggert wrote: > This patch is to add multithread support for coreutils. The code was > written by Glen Lenker, who has filed papers with the GNU project. > The pthread emulation (for platforms that lack pthreads) is very minimal, > just enough for coreutils to get by. The

[PATCH] New modules nproc, pthread.

2009-03-25 Thread Paul Eggert
This patch is to add multithread support for coreutils. The code was written by Glen Lenker, who has filed papers with the GNU project. The pthread emulation (for platforms that lack pthreads) is very minimal, just enough for coreutils to get by. * MODULES.html.sh: Add pthread, nproc. * lib/nproc