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

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

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 \