From 150d2d2188535b8b9ad504cee80da7b502fd2722 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 30 Aug 2009 01:07:37 -0700 Subject: Add posix_fadvise{64}.c routines to Makefile.arch Fix the argument types to operate on long and correct a typo. Signed-off-by: Khem Raj --- libc/sysdeps/linux/powerpc/Makefile.arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/powerpc/Makefile.arch') diff --git a/libc/sysdeps/linux/powerpc/Makefile.arch b/libc/sysdeps/linux/powerpc/Makefile.arch index b476c4e21..2034f5393 100644 --- a/libc/sysdeps/linux/powerpc/Makefile.arch +++ b/libc/sysdeps/linux/powerpc/Makefile.arch @@ -5,7 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := __syscall_error.c pread_write.c ioctl.c +CSRC := __syscall_error.c pread_write.c ioctl.c posix_fadvise.c posix_fadvise64.c SSRC := \ __longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S brk.S \ -- cgit v1.2.3