diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 09:59:03 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 09:59:03 +0000 |
commit | 045e848884a7d1d8b9634b29c2d0536d7c6bd8b2 (patch) | |
tree | 116b4a718b9e58c412aa2e27427e527a4db575d8 /libc/sysdeps/linux | |
parent | 4390d8e705e11eec6c2eed552ceea25277fdbde3 (diff) |
Rename _mmap.c to mmap.c so that vax does not pick up both common and arch specific mmap
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/vax/Makefile.arch | 3 | ||||
-rw-r--r-- | libc/sysdeps/linux/vax/mmap.c (renamed from libc/sysdeps/linux/vax/_mmap.c) | 0 |
2 files changed, 1 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/vax/Makefile.arch b/libc/sysdeps/linux/vax/Makefile.arch index 0e4df44e0..ea8672c7d 100644 --- a/libc/sysdeps/linux/vax/Makefile.arch +++ b/libc/sysdeps/linux/vax/Makefile.arch @@ -6,8 +6,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -# psm: rename _mmap.c, else the generic won't be overwritten -CSRC := brk.c _mmap.c +CSRC := brk.c mmap.c SSRC := __longjmp.S setjmp.S _setjmp.S clone.S include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch diff --git a/libc/sysdeps/linux/vax/_mmap.c b/libc/sysdeps/linux/vax/mmap.c index 41bfb79f1..41bfb79f1 100644 --- a/libc/sysdeps/linux/vax/_mmap.c +++ b/libc/sysdeps/linux/vax/mmap.c |