Merge "x86_64: Remove lseek64 for x86_64 for a while"

This commit is contained in:
Elliott Hughes 2013-10-04 18:30:55 +00:00 committed by Gerrit Code Review
commit 7021e43877

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 \
@ -186,6 +185,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 \