From: Ulrich Drepper Date: Sat, 10 May 2003 07:17:50 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~743 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=de85d40b9c3bbb3c5c1662b288b6f3ccc396b6f0;p=glibc.git Update. 2003-05-10 Ulrich Drepper * posix/sched.h (NCPUBITS): Define. --- diff --git a/ChangeLog b/ChangeLog index c811c14c1e..074bef79d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-10 Ulrich Drepper + + * posix/sched.h (NCPUBITS): Define. + 2003-05-09 Ulrich Drepper * Makeconfig (gnulib): Remove -lgcc_eh again. diff --git a/posix/sched.h b/posix/sched.h index 685d8bd67f..b09cef5991 100644 --- a/posix/sched.h +++ b/posix/sched.h @@ -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)