about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2010-09-01 18:11:31 -0700
committerRoland McGrath <roland@redhat.com>2010-09-01 18:11:31 -0700
commitece298407076558531796450af39199aa0b34bef (patch)
treeeed813f1d1f705d20b390d9d14ba35aa151b3545 /ChangeLog
parentfdc0c10d9b5c39ec20c35d2f3808d3c70cb7f60b (diff)
downloadglibc-ece298407076558531796450af39199aa0b34bef.tar.gz
glibc-ece298407076558531796450af39199aa0b34bef.tar.xz
glibc-ece298407076558531796450af39199aa0b34bef.zip
Fix generic bits/sched.h for #define __need_schedparam uses.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df90c9198f..fd4b7751ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+        This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
+        Define __sched_param instead of SCHED_* and sched_param when
+	<bits/sched.h> is included with __need_schedparam defined.
+        * bits/sched.h [__need_schedparam]
+	(SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
+        [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
+        (__defined_schedparam): Define to 1.
+	(__sched_param): New structure, identical to sched_param.
+	(__need_schedparam): Undefine.
+
 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
 
 	* sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.