2003-05-10 Ulrich Drepper <drepper@redhat.com>
* posix/sched.h (NCPUBITS): Define.
+2003-05-10 Ulrich Drepper <drepper@redhat.com>
+
+ * posix/sched.h (NCPUBITS): Define.
+
2003-05-09 Ulrich Drepper <drepper@redhat.com>
* Makeconfig (gnulib): Remove -lgcc_eh again.
#ifdef __USE_GNU
/* Access macros for `cpu_set'. */
+#define NCPUBITS __NCPUBITS
#define CPU_SET(cpu, cpusetp) __CPU_SET (cpu, cpusetp)
#define CPU_CLR(cpu, cpusetp) __CPU_CLR (cpu, cpusetp)
#define CPU_ISSET(cpu, cpusetp) __CPU_ISSET (cpu, cpusetp)