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/search.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/search.h')
-rw-r--r-- | libc/include/search.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/include/search.h b/libc/include/search.h index ed0d216c3..e12e49e51 100644 --- a/libc/include/search.h +++ b/libc/include/search.h @@ -12,13 +12,6 @@ #include <sys/cdefs.h> #include <sys/_types.h> -#if 0 -#ifndef _SIZE_T_DECLARED -typedef __size_t size_t; -#define _SIZE_T_DECLARED -#endif -#endif - typedef enum { preorder, postorder, |