summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips/include
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-11-29 17:25:23 -0800
committerElliott Hughes <enh@google.com>2012-11-29 17:25:23 -0800
commit3975cec694a0c9b42e3f7e671fcd678da92836c3 (patch)
treebf92249d492ff0b9902d06950814e18be342a4b8 /libc/arch-mips/include
parent50e62e4051c14d7d2a5e07ebe66afd2a81693a26 (diff)
downloadbionic-3975cec694a0c9b42e3f7e671fcd678da92836c3.zip
bionic-3975cec694a0c9b42e3f7e671fcd678da92836c3.tar.gz
bionic-3975cec694a0c9b42e3f7e671fcd678da92836c3.tar.bz2
Remove (near-)duplicate definitions of size_t and ssize_t.
The near duplicates upset fussier compilers that insist that typedefs be exactly the same, but the fix isn't to make all copies identical... Change-Id: Icfdace41726f36ec33c9ae919dbb5a54d3529cc9
Diffstat (limited to 'libc/arch-mips/include')
-rw-r--r--libc/arch-mips/include/machine/_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/arch-mips/include/machine/_types.h b/libc/arch-mips/include/machine/_types.h
index 52ccdff..05f79ef 100644
--- a/libc/arch-mips/include/machine/_types.h
+++ b/libc/arch-mips/include/machine/_types.h
@@ -105,8 +105,6 @@ typedef double __double_t;
typedef float __float_t;
typedef long long __off_t;
typedef long __ptrdiff_t;
-/*typedef unsigned long __size_t;*/
-typedef long __ssize_t;
typedef int __time_t;
typedef int __timer_t;
#if defined(__GNUC__) && __GNUC__ >= 3