This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/6] Use common <bits/mman-linux.h> for various ports


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]