diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-30 01:07:37 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-30 01:07:37 -0700 |
commit | 150d2d2188535b8b9ad504cee80da7b502fd2722 (patch) | |
tree | ef7cf15d7109363c952329e3e2f0df7d173d53de /libc/sysdeps/linux/powerpc/Makefile.arch | |
parent | 4882fad17edf8e7f2c13877bdcc04c4068b91d35 (diff) |
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 <raj.khem@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/powerpc/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/powerpc/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |