OSDN Git Service

Add posix_fadvise and posix_fadvise64 for powerpc
authorKhem Raj <raj.khem@gmail.com>
Sun, 30 Aug 2009 07:30:02 +0000 (00:30 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 30 Aug 2009 07:30:02 +0000 (00:30 -0700)
commit4882fad17edf8e7f2c13877bdcc04c4068b91d35
treef6329721e066398304ad3e45d5a4d51de9c62d9c
parent6625518cd6894338937a74ca6b9187b7b8167b03
Add posix_fadvise and posix_fadvise64 for powerpc

The syscall is having different number of params
and in one case the parameters are passed in differently.
This patch add powerpc specific versions of these
functions.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
libc/sysdeps/linux/powerpc/posix_fadvise.c [new file with mode: 0644]
libc/sysdeps/linux/powerpc/posix_fadvise64.c [new file with mode: 0644]