Subject: Re: sched.h is broken?
To: Kouichirou Hiratsuka <hira@po6.nsk.ne.jp>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: current-users
Date: 12/13/2004 11:08:34
Kouichirou Hiratsuka <hira@po6.nsk.ne.jp> writes:

> Is revision 1.5 of src/include/sched.h broken?  Because
> `int sched_yield()' is replaced with `void __libc_thr_yield()', the
> program that uses a return value of sched_yield() can't be compiled.

Yes, it's broken; I didn't manage to check that the stub's signature
was correct. I've fixed it. Thanks for pointing this out.

        - Nathan