diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-10 07:48:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-10 07:48:16 +0000 |
commit | d067c97eb5c0d019608c51310d8f1bafecd77513 (patch) | |
tree | 55826c72fdd13797859e45e670c5c790aeffc410 | |
parent | de85d40b9c3bbb3c5c1662b288b6f3ccc396b6f0 (diff) | |
download | glibc-d067c97eb5c0d019608c51310d8f1bafecd77513.tar.gz glibc-d067c97eb5c0d019608c51310d8f1bafecd77513.tar.xz glibc-d067c97eb5c0d019608c51310d8f1bafecd77513.zip |
Update.
* posix/sched.h (CPU_SETSIZE): Define.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | posix/sched.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 074bef79d6..880ed65ed9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2003-05-10 Ulrich Drepper <drepper@redhat.com> - * posix/sched.h (NCPUBITS): Define. + * posix/sched.h (CPU_SETSIZE): Define. 2003-05-09 Ulrich Drepper <drepper@redhat.com> diff --git a/posix/sched.h b/posix/sched.h index b09cef5991..b82b9aa510 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) |