summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/posix_fadvise.c
Commit message (Collapse)AuthorAgeFilesLines
* Add posix_fadvise and posix_fadvise64 for powerpcKhem Raj2009-08-301-0/+36
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>