]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 4f85c54a6fc4d20160867df0d4a0b52cc77581a7..e07e54ba1aeac944f9b086435b667c1478c82c6d 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;
 {