* commit '83b719a88e1e816d1eb0279dc9c35f92574fe920': x86_64: Remove lseek64 for x86_64 for a while
This commit is contained in:
commit
f286749213
@ -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 \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user