summaryrefslogtreecommitdiff
path: root/ndk/platforms/android-3/include/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'ndk/platforms/android-3/include/stdint.h')
-rw-r--r--ndk/platforms/android-3/include/stdint.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ndk/platforms/android-3/include/stdint.h b/ndk/platforms/android-3/include/stdint.h
index 49879cb5b..c3e29dde7 100644
--- a/ndk/platforms/android-3/include/stdint.h
+++ b/ndk/platforms/android-3/include/stdint.h
@@ -226,12 +226,6 @@ typedef int64_t intmax_t;
# define UINTMAX_C(c) UINT64_C(c)
#endif
-/* size_t is defined by the GCC-specific <stddef.h> */
-#ifndef _SSIZE_T_DEFINED_
-#define _SSIZE_T_DEFINED_
-typedef long int ssize_t;
-#endif
-
#define _BITSIZE 32
/* Keep the kernel from trying to define these types... */