OSDN Git Service

Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.
authorElliott Hughes <enh@google.com>
Tue, 4 Feb 2014 00:20:46 +0000 (16:20 -0800)
committerElliott Hughes <enh@google.com>
Tue, 4 Feb 2014 00:20:46 +0000 (16:20 -0800)
commitf64b8ea09db3bdd84eed59f7721301743332b3fe
tree6d45a510ee831e1bc154170170afe7c931474ebc
parenta122c376ef0737454a592cf44f50beabe154e9e3
Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.

Bug: 5287571
Bug: 12612860
Change-Id: I4501b9c6cdf9a830336ce0b3afc4ea716b6a0f6f
16 files changed:
libc/Android.mk
libc/SYSCALLS.TXT
libc/arch-arm/syscalls.mk
libc/arch-arm/syscalls/fallocate64.S [new file with mode: 0644]
libc/arch-arm64/syscalls.mk
libc/arch-arm64/syscalls/fallocate.S [new file with mode: 0644]
libc/arch-mips/syscalls.mk
libc/arch-mips/syscalls/fallocate64.S [new file with mode: 0644]
libc/arch-x86/syscalls.mk
libc/arch-x86/syscalls/fallocate64.S [new file with mode: 0644]
libc/arch-x86_64/syscalls.mk
libc/arch-x86_64/syscalls/fallocate.S [new file with mode: 0644]
libc/bionic/legacy_32_bit_support.cpp
libc/bionic/posix_fallocate.cpp [new file with mode: 0644]
libc/include/fcntl.h
tests/fcntl_test.cpp