diff options
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 1e0f5b4ea..85c2cd3c6 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 := mmap.c __syscall_error.c pread_write.c ioctl.c +CSRC := __syscall_error.c pread_write.c ioctl.c SSRC := \ __longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S brk.S \ |