From: Ulrich Drepper Date: Sat, 10 May 2003 07:48:16 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~742 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d067c97eb5c0d019608c51310d8f1bafecd77513;p=thirdparty%2Fglibc.git Update. * posix/sched.h (CPU_SETSIZE): Define. --- diff --git a/ChangeLog b/ChangeLog index 074bef79d6b..880ed65ed92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2003-05-10 Ulrich Drepper - * posix/sched.h (NCPUBITS): Define. + * posix/sched.h (CPU_SETSIZE): Define. 2003-05-09 Ulrich Drepper diff --git a/posix/sched.h b/posix/sched.h index b09cef59917..b82b9aa510f 100644 --- a/posix/sched.h +++ b/posix/sched.h @@ -65,7 +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_SETSIZE __CPU_SETSIZE #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)