am 83b719a8: am c89f1db0: am 7021e438: Merge "x86_64: Remove lseek64 for x86_64 for a while"

* commit '83b719a88e1e816d1eb0279dc9c35f92574fe920':
  x86_64: Remove lseek64 for x86_64 for a while
This commit is contained in:
Elliott Hughes 2013-10-04 12:06:06 -07:00 committed by Android Git Automerger
commit f286749213

View File

@ -103,7 +103,6 @@ libc_common_src_files := \
bionic/isatty.c \
bionic/issetugid.c \
bionic/ldexp.c \
bionic/lseek64.c \
bionic/md5.c \
bionic/memmem.c \
bionic/memswap.c \
@ -187,6 +186,7 @@ ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm mips x86))
libc_common_src_files += \
bionic/fcntl.c \
bionic/fstatfs.c \
bionic/lseek64.c \
bionic/sigsuspend.c \
bionic/statfs.c \