about summary refs log tree commit diff
path: root/ports
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 /ports
parent4d57bf6393191446d0e43a82af49f0ebbb7b2788 (diff)
downloadglibc-51367701af87ea6f1154fb4ddab27e7f4560ee6c.tar.gz
glibc-51367701af87ea6f1154fb4ddab27e7f4560ee6c.tar.xz
glibc-51367701af87ea6f1154fb4ddab27e7f4560ee6c.zip
Get rid of unused __swblk_t type.
Diffstat (limited to 'ports')
-rw-r--r--ports/ChangeLog.alpha5
-rw-r--r--ports/ChangeLog.linux-generic5
-rw-r--r--ports/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h1
-rw-r--r--ports/sysdeps/unix/sysv/linux/generic/bits/typesizes.h1
4 files changed, 10 insertions, 2 deletions
diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha
index 672ab652c0..2b34cabc61 100644
--- a/ports/ChangeLog.alpha
+++ b/ports/ChangeLog.alpha
@@ -1,3 +1,8 @@
+2012-10-01  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
+	(__SWBLK_T_TYPE): Macro removed.
+
 2012-09-28  Richard Henderson  <rth@redhat.com>
 
 	* sysdeps/unix/alpha/sysdep.h (PSEUDO_END): Merge versions and
diff --git a/ports/ChangeLog.linux-generic b/ports/ChangeLog.linux-generic
index b5774de5ff..efbf3992af 100644
--- a/ports/ChangeLog.linux-generic
+++ b/ports/ChangeLog.linux-generic
@@ -1,3 +1,8 @@
+2012-10-01  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/unix/sysv/linux/generic/bits/typesizes.h
+	(__SWBLK_T_TYPE): Macro removed.
+
 2012-08-02  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/unix/sysv/linux/generic/bits/typesizes.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h b/ports/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
index 31258e4205..5ab9ac43a3 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
+++ b/ports/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
@@ -50,7 +50,6 @@
 #define __USECONDS_T_TYPE	__U32_TYPE
 #define __SUSECONDS_T_TYPE	__S64_TYPE
 #define __DADDR_T_TYPE		__S32_TYPE
-#define __SWBLK_T_TYPE		__SLONGWORD_TYPE
 #define __KEY_T_TYPE		__S32_TYPE
 #define __CLOCKID_T_TYPE	__S32_TYPE
 #define __TIMER_T_TYPE		void *
diff --git a/ports/sysdeps/unix/sysv/linux/generic/bits/typesizes.h b/ports/sysdeps/unix/sysv/linux/generic/bits/typesizes.h
index d7d2a5c10d..d5799d1851 100644
--- a/ports/sysdeps/unix/sysv/linux/generic/bits/typesizes.h
+++ b/ports/sysdeps/unix/sysv/linux/generic/bits/typesizes.h
@@ -52,7 +52,6 @@
 #define __USECONDS_T_TYPE	__U32_TYPE
 #define __SUSECONDS_T_TYPE	__SLONGWORD_TYPE
 #define __DADDR_T_TYPE		__S32_TYPE
-#define __SWBLK_T_TYPE		__SLONGWORD_TYPE
 #define __KEY_T_TYPE		__S32_TYPE
 #define __CLOCKID_T_TYPE	__S32_TYPE
 #define __TIMER_T_TYPE		void *