add syscall wrappers for posix_fadvise, posix_fallocate
authorRich Felker <dalias@aerifal.cx>
Wed, 20 Apr 2011 19:20:22 +0000 (15:20 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 20 Apr 2011 19:20:22 +0000 (15:20 -0400)
commit1c76683cb4377a481dc1085b63170bb276512267
treefbc25efce68bd90f919f3afde534e8341055bc7a
parent145c05345d6172eef1c8c274d696dbe1c01b88ab
add syscall wrappers for posix_fadvise, posix_fallocate
arch/i386/bits/syscall.h
arch/x86_64/bits/syscall.h
src/fcntl/posix_fadvise.c [new file with mode: 0644]
src/fcntl/posix_fallocate.c [new file with mode: 0644]