Hello,

  what is sched.h around line 36 ? Is it like : 
=================================================================
__BEGIN_DECLS

/* Set scheduling parameters for a process.  */
extern int __sched_setparam __P ((__pid_t __pid,
                                  __const struct sched_param *__param));
extern int sched_setparam __P ((__pid_t __pid,
                                __const struct sched_param *__param));
===================================================================

  Etienne

Reply via email to