The sample code now works in 2.3.1-14. Great!
> #include <time.h>
> #include <sched.h>
>
> main () {
> return 0;
> }
>
> gcc -o testcase -ansi -Werror testcase.cThere still appears to be at least one bug in <time.h>. If I have __need_clockid_t defined, why does <time.h> define _TIME_H ? In other words, why is __need_clockid_t treated differently from __need_time_t __need_clock_t and __need_timespec ? -Jeff

