mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
Update.
* posix/sched.h (CPU_SETSIZE): Define.
This commit is contained in:
parent
de85d40b9c
commit
d067c97eb5
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user