diff options
author | Elliott Hughes <enh@google.com> | 2012-11-29 19:33:01 -0800 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2012-11-29 19:33:01 -0800 |
commit | 07c0b73a7fc9214e50fc6b9a15a06aeef0506e0f (patch) | |
tree | bf92249d492ff0b9902d06950814e18be342a4b8 /libc/include/stdint.h | |
parent | 50e62e4051c14d7d2a5e07ebe66afd2a81693a26 (diff) | |
parent | 3975cec694a0c9b42e3f7e671fcd678da92836c3 (diff) | |
download | android_bionic-07c0b73a7fc9214e50fc6b9a15a06aeef0506e0f.tar.gz android_bionic-07c0b73a7fc9214e50fc6b9a15a06aeef0506e0f.tar.bz2 android_bionic-07c0b73a7fc9214e50fc6b9a15a06aeef0506e0f.zip |
Merge "Remove (near-)duplicate definitions of size_t and ssize_t."
Diffstat (limited to 'libc/include/stdint.h')
-rw-r--r-- | libc/include/stdint.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/include/stdint.h b/libc/include/stdint.h index 49879cb5b..c3e29dde7 100644 --- a/libc/include/stdint.h +++ b/libc/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... */ |