OSDN Git Service

Ensure we have the off64_t variant of every function that takes an off_t.
authorElliott Hughes <enh@google.com>
Thu, 19 Sep 2013 23:27:24 +0000 (16:27 -0700)
committerElliott Hughes <enh@google.com>
Thu, 19 Sep 2013 23:27:24 +0000 (16:27 -0700)
commitb4f7616fd618875768b8fffc122b58bdb84a9969
tree7a76517ef594dd73dfe18c388483e504fccb0a3d
parentf8e71bac14a4bc52cc95c56adfe042c3938279b5
Ensure we have the off64_t variant of every function that takes an off_t.

Change-Id: Ib2eee0cf13162be3b62559b84e90c6dcf5aab1c3
18 files changed:
libc/SYSCALLS.TXT
libc/arch-arm/syscalls.mk
libc/arch-arm/syscalls/sendfile64.S [new file with mode: 0644]
libc/arch-arm/syscalls/truncate64.S [new file with mode: 0644]
libc/arch-mips/syscalls.mk
libc/arch-mips/syscalls/sendfile64.S [new file with mode: 0644]
libc/arch-mips/syscalls/truncate64.S [new file with mode: 0644]
libc/arch-x86/syscalls.mk
libc/arch-x86/syscalls/sendfile64.S [new file with mode: 0644]
libc/arch-x86/syscalls/truncate64.S [new file with mode: 0644]
libc/bionic/lseek64.c
libc/include/sys/sendfile.h
libc/include/sys/types.h
libc/include/unistd.h
tests/Android.mk
tests/TemporaryFile.h [new file with mode: 0644]
tests/sys_sendfile_test.cpp [new file with mode: 0644]
tests/unistd_test.cpp