Merge "x86_64: Remove lseek64 for x86_64 for a while"
This commit is contained in:
commit
7021e43877
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
||||
|
|
Loading…
Reference in a new issue