OSDN Git Service

Rename _mmap.c to mmap.c so that vax does not pick up both common and arch specific...
authorPeter S. Mazinger <ps.m@gmx.net>
Mon, 13 Feb 2006 09:59:03 +0000 (09:59 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Mon, 13 Feb 2006 09:59:03 +0000 (09:59 -0000)
libc/sysdeps/linux/vax/Makefile.arch
libc/sysdeps/linux/vax/mmap.c [moved from libc/sysdeps/linux/vax/_mmap.c with 100% similarity]

index 0e4df44..ea8672c 100644 (file)
@@ -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