diff options
author | Elliott Hughes <enh@google.com> | 2013-06-18 10:50:37 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-06-18 10:50:37 -0700 |
commit | 602f5f57f6010a2e0abaea3ed242b0dca4a08b7c (patch) | |
tree | edc97e9f7a6c1069626c10ab7978b9b42a6b7903 /bionic-fixup/AndroidFixup.h | |
parent | cd7a9917db9ad4a4f56cca5153ea2a7b8fecfde9 (diff) | |
download | android_external_elfutils-602f5f57f6010a2e0abaea3ed242b0dca4a08b7c.tar.gz android_external_elfutils-602f5f57f6010a2e0abaea3ed242b0dca4a08b7c.tar.bz2 android_external_elfutils-602f5f57f6010a2e0abaea3ed242b0dca4a08b7c.zip |
Don't build a broken getline when bionic has a working one.
Bug: https://code.google.com/p/android/issues/detail?id=56704
Change-Id: Iafcfe8b5aee1e1d019cc8492fdf3dc52c6126c1a
Diffstat (limited to 'bionic-fixup/AndroidFixup.h')
-rw-r--r-- | bionic-fixup/AndroidFixup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bionic-fixup/AndroidFixup.h b/bionic-fixup/AndroidFixup.h index e96d57ed..037af0f5 100644 --- a/bionic-fixup/AndroidFixup.h +++ b/bionic-fixup/AndroidFixup.h @@ -82,6 +82,4 @@ static inline char *stpcpy(char *dst, const char *src) /* forward declarations */ char * dgettext (const char * domainname, const char * msgid); -ssize_t getline(char **lineptr, size_t *n, FILE *stream); - #endif /* ANDROID_FIXUP_H */ |