proper API for sched_setaffinity ?

From: Chris Friesen
Date: Wed May 25 2005 - 12:52:32 EST


On my system (Mandrake 10.0) the man page for sched_setaffinity() lists the prototype as:

int sched_setaffinity(pid_t pid, unsigned int len, unsigned long
*mask);


But /usr/include/sched.h gives it as

extern int sched_setaffinity (__pid_t __pid, __const cpu_set_t *__mask)

Which is correct?

Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/