diff options
author | Bernd Schmidt <bernds_cb1@t-online.de> | 2007-11-22 17:28:22 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds_cb1@t-online.de> | 2007-11-22 17:28:22 +0000 |
commit | c5b7f28ab5791bd321a63b4a56ea5199fe2d9615 (patch) | |
tree | 3d6633d2e73b8c9332a2b53ae4091b1f84a625f9 /libc/sysdeps/linux/bfin/Makefile.arch | |
parent | 1a98c1f87e98ea3cf3f2e41b63ce1ee7fc14fc52 (diff) |
Add Blackfin specific mmap implementation using sys_mmap2.
Diffstat (limited to 'libc/sysdeps/linux/bfin/Makefile.arch')
-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 7a428b380..fa62cc610 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 +CSRC := brk.c bsdsetjmp.c clone.c syscall.c mmap.c SSRC := __longjmp.S setjmp.S bsd-_setjmp.S vfork.S |