aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-02-07 22:48:55 -0500
committerUlrich Drepper <drepper@gmail.com>2011-02-07 22:48:55 -0500
commitedf9294e7a2cd46b050faf2d270d28ff477f6c5e (patch)
tree8ea638c59d844ec73b08e040b2b9ccd2d7c4625e /ChangeLog
parent2b7e92df930b8ed1ace659bf6e0b8dff41d65bf0 (diff)
downloadglibc-edf9294e7a2cd46b050faf2d270d28ff477f6c5e.tar
glibc-edf9294e7a2cd46b050faf2d270d28ff477f6c5e.tar.gz
glibc-edf9294e7a2cd46b050faf2d270d28ff477f6c5e.tar.bz2
glibc-edf9294e7a2cd46b050faf2d270d28ff477f6c5e.zip
Update sysdeps/unix/sysv/linux/sparc/bits/socket.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 10 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index ffc37f0427..2d9a1e1c12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,15 @@
+2011-02-03 Andreas Schwab <schwab@redhat.com>
+
+ * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
+ sysdeps/unix/sysv/linux/bits/socket.h.
+
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.
+ * 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>