diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-10-01 14:39:29 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-10-01 14:39:29 -0700 |
commit | 51367701af87ea6f1154fb4ddab27e7f4560ee6c (patch) | |
tree | 0e59fc956b579f7ab2fae7bee1fd900f28fab107 /bits | |
parent | 4d57bf6393191446d0e43a82af49f0ebbb7b2788 (diff) | |
download | glibc-51367701af87ea6f1154fb4ddab27e7f4560ee6c.tar.gz glibc-51367701af87ea6f1154fb4ddab27e7f4560ee6c.tar.xz glibc-51367701af87ea6f1154fb4ddab27e7f4560ee6c.zip |
Get rid of unused __swblk_t type.
Diffstat (limited to 'bits')
-rw-r--r-- | bits/types.h | 1 | ||||
-rw-r--r-- | bits/typesizes.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bits/types.h b/bits/types.h index 041ace6316..51ef89b7a4 100644 --- a/bits/types.h +++ b/bits/types.h @@ -150,7 +150,6 @@ __STD_TYPE __USECONDS_T_TYPE __useconds_t; /* Count of microseconds. */ __STD_TYPE __SUSECONDS_T_TYPE __suseconds_t; /* Signed count of microseconds. */ __STD_TYPE __DADDR_T_TYPE __daddr_t; /* The type of a disk address. */ -__STD_TYPE __SWBLK_T_TYPE __swblk_t; /* Type of a swap block maybe? */ __STD_TYPE __KEY_T_TYPE __key_t; /* Type of an IPC key. */ /* Clock ID used in clock and timer functions. */ diff --git a/bits/typesizes.h b/bits/typesizes.h index c3debd0dd6..ac18c8199e 100644 --- a/bits/typesizes.h +++ b/bits/typesizes.h @@ -51,7 +51,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 * |