summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-02-07 10:53:37 -0800
committerRoland McGrath <roland@redhat.com>2011-02-07 10:53:37 -0800
commit2b7e92df930b8ed1ace659bf6e0b8dff41d65bf0 (patch)
tree2612975c6ccddbee0661a82594a0ce26977d2e0c /ChangeLog
parenta4c7ea7bb8eed9a53c4c50a3b9b9ab324beb1419 (diff)
downloadglibc-2b7e92df930b8ed1ace659bf6e0b8dff41d65bf0.tar.gz
Synchronize generic bits/sched.h cpu_set_t with Linux implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d91be91b3..ffc37f0427 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ This brings the variable-size cpu_set_t manipulation macros from
+ ./sysdeps/unix/sysv/linux/bits/sched.h
+ * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET,
+ __CPU_COUNT): Remove old macros.
+ (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S,
+ __CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE,
+ __CPU_ALLOC, __CPU_FREE): Add macros.
+ (__sched_cpualloc, __sched_cpufree): Add declarations.
+
2011-02-05 Ulrich Drepper <drepper@gmail.com>
* nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.