diff options
author | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-06-03 23:28:43 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-06-03 23:28:43 +0000 |
commit | c8a4ed2b4113b628a8a152c1d7c07f71f5b37522 (patch) | |
tree | 0c6b909b4806f3d0b871c3adbeadb6a275e9ff98 /libc | |
parent | 1e284e17b94b5434021eb653833890674099f68f (diff) |
Fix merge error: mmap.c no longer exists in bfin/.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/bfin/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/bfin/Makefile.arch b/libc/sysdeps/linux/bfin/Makefile.arch index e8ff306ff..6c271509e 100644 --- a/libc/sysdeps/linux/bfin/Makefile.arch +++ b/libc/sysdeps/linux/bfin/Makefile.arch @@ -5,7 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := brk.c bsdsetjmp.c clone.c syscall.c mmap.c \ +CSRC := brk.c bsdsetjmp.c clone.c syscall.c \ sram-alloc.c sram-free.c dma-memcpy.c SSRC := __longjmp.S setjmp.S bsd-_setjmp.S vfork.S |