diff options
author | Nick Kralevich <nnk@google.com> | 2013-06-28 20:31:11 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-06-28 20:31:11 +0000 |
commit | 227b47a461b27d746b373feb66001cdddc9ba1db (patch) | |
tree | 3cb35ea02fcd5a1477994f38a78d214e52045a77 /libc | |
parent | 394df35e641816a3b9f0e065840b673dec9c73e5 (diff) | |
parent | ca43d73d2329f9f0f42ac5789aa319317133ab46 (diff) | |
download | android_bionic-227b47a461b27d746b373feb66001cdddc9ba1db.tar.gz android_bionic-227b47a461b27d746b373feb66001cdddc9ba1db.tar.bz2 android_bionic-227b47a461b27d746b373feb66001cdddc9ba1db.zip |
Merge "resolv_private.h: remove #define b64_ntop and b64_pton"
Diffstat (limited to 'libc')
-rw-r--r-- | libc/private/resolv_private.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/private/resolv_private.h b/libc/private/resolv_private.h index c43c84c2c..3b88f4932 100644 --- a/libc/private/resolv_private.h +++ b/libc/private/resolv_private.h @@ -343,11 +343,6 @@ extern const struct res_sym __p_type_syms[]; extern const struct res_sym __p_rcode_syms[]; #endif /* SHARED_LIBBIND */ -#ifndef ADNROID_CHANGES -#define b64_ntop __b64_ntop -#define b64_pton __b64_pton -#endif - #define dn_comp __dn_comp #define dn_count_labels __dn_count_labels #define dn_skipname __dn_skipname |