--- /usr/include/bits/sched.h Sun Apr 28 06:17:26 2002 +++ bits/sched.h Tue Aug 20 03:36:55 2002 @@ -47,6 +47,8 @@ struct sched_param { int __sched_priority; + int __sched_size; + void *__sched_p; }; __BEGIN_DECLS @@ -68,6 +70,8 @@ struct __sched_param { int __sched_priority; + int __sched_size; + void *__sched_p; }; # undef __need_schedparam #endif