Fix parameter name.

This commit is contained in:
Andreas Schwab 2003-05-10 22:57:19 +00:00
parent a3f979a79e
commit 0264f1f357

View file

@ -23,7 +23,7 @@
/* Retrieve the CPU affinity mask for a particular process. */
int
sched_setaffinity (pid, mask)
sched_setaffinity (pid, cpuset)
pid_t pid;
const cpu_set_t *cpuset;
{