about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-06-08 19:25:07 +0000
committerUlrich Drepper <drepper@redhat.com>2007-06-08 19:25:07 +0000
commit755db8c5bd8d85c946efdaafac71591393f59c60 (patch)
treef87f36d83f36961d2bf6be2415efbce4384edb84 /ChangeLog
parent36dffb2256f4ad8fa45feaf0617d8c5570a92cdb (diff)
downloadglibc-755db8c5bd8d85c946efdaafac71591393f59c60.tar.gz
glibc-755db8c5bd8d85c946efdaafac71591393f59c60.tar.xz
glibc-755db8c5bd8d85c946efdaafac71591393f59c60.zip
* sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
	__sched_cpucount as const.
	* posix/sched_cpucount.c: Adjust.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2ae8991df..fc5436bda9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
+	__sched_cpucount as const.
+	* posix/sched_cpucount.c: Adjust.
+
 	* posix/sched_cpucount.c (__sched_cpucount): Allow using special
 	instruction for counting bits.
 	* sysdeps/x86_64/sched_cpucount.c: New file.