summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-08-10 21:54:57 +0000
committerRoland McGrath <roland@gnu.org>2007-08-10 21:54:57 +0000
commit4839a27f7344c276a2084712b65b1cc5ca3d2da4 (patch)
tree53edf35eaf212bb29ce1ba8adb3349ec79157d08 /posix
parenta7db33c68fffef1bbc9894a1dab7e52b8bc7bdef (diff)
Updated to fedora-glibc-20070810T2152
Diffstat (limited to 'posix')
-rw-r--r--posix/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/sched.h b/posix/sched.h
index c9a0840f7f..e95c80f562 100644
--- a/posix/sched.h
+++ b/posix/sched.h
@@ -103,7 +103,7 @@ extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __THROW;
# define CPU_ALLOC_SIZE(count) __CPU_ALLOC_SIZE (count)
# define CPU_ALLOC(count) __CPU_ALLOC (count)
-# define CPU_FREE(count) __CPU_FREE (count)
+# define CPU_FREE(cpuset) __CPU_FREE (cpuset)
/* Set the CPU affinity for a task */