]> sourceware.org Git - glibc.git/commit
hppa: Drop old parisc-specific MADV_* constants
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 25 Feb 2023 21:59:24 +0000 (21:59 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 25 Feb 2023 21:59:24 +0000 (21:59 +0000)
commit79ea63f0053904401021178d55dd4c364eeec131
tree0d745596e01a2f4b31eb9c0107939e03544581c2
parent91689649656314b04f3dbee0415a9254eb1424dd
hppa: Drop old parisc-specific MADV_* constants

The Linux kernel upstream commit 71bdea6f798b ("parisc: Align parisc
MADV_XXX constants with all other architectures") dropped the
parisc-specific MADV_* values in favour of the same constants as
other architectures. In the same commit a wrapper was added which
translates the old values to the standard MADV_* values to avoid
breakage of existing programs.

This upstream patch has been downported to all stable kernel trees as
well.

This patch now drops the parisc specific constants from glibc to
allow newly compliled programs to use the standard MADV_* constants.

v2: Added NEWS section, based on feedback from Florian Weimer

Signed-off-by: Helge Deller <deller@gmx.de>
NEWS
sysdeps/unix/sysv/linux/hppa/bits/mman.h
This page took 0.044242 seconds and 5 git commands to generate.