aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/search.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-11-29 19:33:01 -0800
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-11-29 19:33:01 -0800
commit07c0b73a7fc9214e50fc6b9a15a06aeef0506e0f (patch)
treebf92249d492ff0b9902d06950814e18be342a4b8 /libc/include/search.h
parent50e62e4051c14d7d2a5e07ebe66afd2a81693a26 (diff)
parent3975cec694a0c9b42e3f7e671fcd678da92836c3 (diff)
downloadandroid_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.h7
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,