cpuset_xor
extern void cpuset_xor(cpuset_t *, const cpuset_t *);
#define CPUSET_XOR(set1, set2) cpuset_xor(&(set1), &(set2))