aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-10-01 14:39:29 -0700
committerRoland McGrath <roland@hack.frob.com>2012-10-01 14:39:29 -0700
commit51367701af87ea6f1154fb4ddab27e7f4560ee6c (patch)
tree0e59fc956b579f7ab2fae7bee1fd900f28fab107 /ChangeLog
parent4d57bf6393191446d0e43a82af49f0ebbb7b2788 (diff)
downloadglibc-51367701af87ea6f1154fb4ddab27e7f4560ee6c.tar
glibc-51367701af87ea6f1154fb4ddab27e7f4560ee6c.tar.gz
glibc-51367701af87ea6f1154fb4ddab27e7f4560ee6c.tar.bz2
glibc-51367701af87ea6f1154fb4ddab27e7f4560ee6c.zip
Get rid of unused __swblk_t type.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83a0349843..f5183fac7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-10-01 Roland McGrath <roland@hack.frob.com>
+
+ * bits/types.h (__swblk_t): Type removed.
+ * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
+ * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
+ * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
+ (__SWBLK_T_TYPE): Likewise.
+ * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
+ (__SWBLK_T_TYPE): Likewise.
+ * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
+ (__SWBLK_T_TYPE): Likewise.
+ * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
+ (__SWBLK_T_TYPE): Likewise.
+
2012-10-01 Patsy Franklin <pfrankli@redhat.com>
Honza Horak <hhorak@redhat.com>