RE: use of pthreads-win32 in gnulib?

2008-01-21 Thread Burkhardt, Glenn
We have an application on MinGW that uses pthreads-win32, and I haven't had any problems. I did need to pick up a Posix timer package as well for our application, since MinGW doesn't have one. I used the now obsolete LinuxThreads timers, which make use of pthreads, and it works without problems f

Re: getloadavg on aix5

2008-01-21 Thread Jim Meyering
"Peter O'Gorman" <[EMAIL PROTECTED]> wrote: > I seem to have lost Jim's reply, but here is a patch. Works on > aix-4.3.3 and aix-5.3. > > The SBITS thing is the way the libperstat.h header recommends > calculating the loadavg: > > /* To calculate the load average, divide the numbers by (1< defined

Re: getloadavg on aix5

2008-01-21 Thread Peter O'Gorman
On Mon, Jan 07, 2008 at 09:52:33PM -0600, Peter O'Gorman wrote: > I seem to have lost Jim's reply, but here is a patch. Works on > aix-4.3.3 and aix-5.3. Hi, ping? http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00068.html Peter