From 4839a27f7344c276a2084712b65b1cc5ca3d2da4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 10 Aug 2007 21:54:57 +0000 Subject: Updated to fedora-glibc-20070810T2152 --- posix/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix') 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 */ -- cgit v1.2.3