summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/posix_fadvise64.c
AgeCommit message (Collapse)Author
2009-08-30Add posix_fadvise and posix_fadvise64 for powerpcKhem Raj
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>