Pthreads hurd

2012-07-22 Thread Thomas Thomas
I made a new branch on my repo called easypthreads. I also had my first run-in with not knowing crap about git. Hopefully, all is well. The easypthreads branch still treats pthreads as a Hurd library. The address:https://bitbucket.org/timmytdm/pthreads-hurd.git I also made a libpthread repo: it ha

Re: About the io_select call

2012-07-22 Thread Richard Braun
On Sun, Jul 22, 2012 at 02:20:21PM +0200, Ludovic Courtès wrote: > It is a “waittime” parameter, which gets special treatment from MIG. > This is somewhat documented in > . All right, I got confused because I've been looking

Re: About the io_select call

2012-07-22 Thread Ludovic Courtès
Hi, Richard Braun skribis: > In the hurd/io.defs file, which defines the Hurd I/O interface, the > io_select call includes a timeout. However, none of the libraries and > servers implementing this call receive it. What makes this argument > "disappear" during stub code generation ? It is a “wai

About the io_select call

2012-07-22 Thread Richard Braun
Hello, In the hurd/io.defs file, which defines the Hurd I/O interface, the io_select call includes a timeout. However, none of the libraries and servers implementing this call receive it. What makes this argument "disappear" during stub code generation ? -- Richard Braun