projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b04971d
)
fix CPU_EQUAL macro in sched.h
author
Szabolcs Nagy
<nsz@port70.net>
Wed, 13 Aug 2014 14:55:56 +0000
(16:55 +0200)
committer
Szabolcs Nagy
<nsz@port70.net>
Wed, 13 Aug 2014 14:55:56 +0000
(16:55 +0200)
include/sched.h
patch
|
blob
|
history
diff --git
a/include/sched.h
b/include/sched.h
index 4394b64b289d36bde5a5a3dd312094e0e0bb0fe2..3e34a72c0b79ce836763c0965566408aaca105e9 100644
(file)
--- a/
include/sched.h
+++ b/
include/sched.h
@@
-123,7
+123,7
@@
__CPU_op_func_S(XOR, ^)
#define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2)
#define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t),set)
#define CPU_ZERO(set) CPU_ZERO_S(sizeof(cpu_set_t),set)
-#define CPU_EQUAL(s
et) CPU_EQUAL_S(sizeof(cpu_set_t),set
)
+#define CPU_EQUAL(s
1,s2) CPU_EQUAL_S(sizeof(cpu_set_t),s1,s2
)
#endif