Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 10 May 2003 07:17:50 +0000 (07:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 10 May 2003 07:17:50 +0000 (07:17 +0000)
2003-05-10  Ulrich Drepper  <drepper@redhat.com>

* posix/sched.h (NCPUBITS): Define.

ChangeLog
posix/sched.h

index c811c14..074bef7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 685d8bd..b09cef5 100644 (file)
@@ -65,6 +65,7 @@ extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __THROW;
 
 #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)