about summary refs log tree commit diff
path: root/posix/sched.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-10 07:17:50 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-10 07:17:50 +0000
commitde85d40b9c3bbb3c5c1662b288b6f3ccc396b6f0 (patch)
tree70d9e1cff2f1ed9098d53693a3c3344f020b6063 /posix/sched.h
parentc7652699b1dcea6ad4c21319c321e4c82d60f365 (diff)
downloadglibc-de85d40b9c3bbb3c5c1662b288b6f3ccc396b6f0.tar.gz
glibc-de85d40b9c3bbb3c5c1662b288b6f3ccc396b6f0.tar.xz
glibc-de85d40b9c3bbb3c5c1662b288b6f3ccc396b6f0.zip
Update.
2003-05-10  Ulrich Drepper  <drepper@redhat.com>

	* posix/sched.h (NCPUBITS): Define.
Diffstat (limited to 'posix/sched.h')
-rw-r--r--posix/sched.h1
1 files changed, 1 insertions, 0 deletions
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)