This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 0/6] Use common <bits/mman-linux.h> for various ports
- From: Andreas Jaeger <aj at suse dot de>
- To: libc-alpha at sourceware dot org
- Date: Tue, 5 Mar 2013 20:28:08 +0100
- Subject: [PATCH 0/6] Use common <bits/mman-linux.h> for various ports
- Authentication-results: sourceware.org; auth=none
Following my changes to the other Linux files, here's a patch series
to use a common <bits/mman-linux.h> from <bits/mman.h>.
this is not done for Alpha and HPPA since their values are too different
from all other ports.
Andreas Jaeger (6):
Use bits/mman-linux.h for AM33
Use bits/mman-linux.h for ARM
Use bits/mman-linux.h for IA64
Use bits/mman-linux.h for M68K
Use bits/mman-linux.h for MIPS
Use bits/mman-linux.h for TILE
ports/sysdeps/unix/sysv/linux/am33/bits/mman.h | 63 +--------------------
ports/sysdeps/unix/sysv/linux/arm/bits/mman.h | 76 +------------------------
ports/sysdeps/unix/sysv/linux/ia64/bits/mman.h | 76 +------------------------
ports/sysdeps/unix/sysv/linux/m68k/bits/mman.h | 76 +------------------------
ports/sysdeps/unix/sysv/linux/mips/bits/mman.h | 77 ++------------------------
ports/sysdeps/unix/sysv/linux/tile/bits/mman.h | 76 +------------------------
6 files changed, 14 insertions(+), 430 deletions(-)
--
1.8.1.4