projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b79835
)
(CPU_FREE): Rename badly named parameter.
author
drepper
<drepper>
Thu, 9 Aug 2007 18:09:49 +0000
(18:09 +0000)
committer
drepper
<drepper>
Thu, 9 Aug 2007 18:09:49 +0000
(18:09 +0000)
posix/sched.h
patch
|
blob
|
history
diff --git
a/posix/sched.h
b/posix/sched.h
index
c9a0840
..
e95c80f
100644
(file)
--- 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(c
ount) __CPU_FREE (coun
t)
+# define CPU_FREE(c
puset) __CPU_FREE (cpuse
t)
/* Set the CPU affinity for a task */