Fix parameter name.
authorAndreas Schwab <schwab@suse.de>
Sat, 10 May 2003 22:57:19 +0000 (22:57 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 10 May 2003 22:57:19 +0000 (22:57 +0000)
sysdeps/generic/sched_setaffinity.c

index 4f85c54..e07e54b 100644 (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;
 {