diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2007-05-25 18:06:02 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2007-05-25 18:06:02 +0000 |
commit | 7dfbb9a92900ae20453b8fb8f18cfe33f7a9d5c7 (patch) | |
tree | 833b867f193030bae76fe77a9d9f419b1ff21844 /libc/sysdeps/linux/powerpc/Makefile.arch | |
parent | 3cf0739274914c880b5c2f6b23ff32efd0fd7963 (diff) |
Remove the arch specific mmap impl. for Powerpc. The common one will do.
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 \ |