From 602f5f57f6010a2e0abaea3ed242b0dca4a08b7c Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 18 Jun 2013 10:50:37 -0700 Subject: 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 --- bionic-fixup/AndroidFixup.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'bionic-fixup/AndroidFixup.h') 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 */ -- cgit v1.2.3