public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Remove MAP_VARIABLE from hppa bits/mman.h
@ 2023-06-05 14:35 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2023-06-05 14:35 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=be9b883ddd12acd2baa517fd1b5b8c8be22f733a

commit be9b883ddd12acd2baa517fd1b5b8c8be22f733a
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Jun 5 14:35:25 2023 +0000

    Remove MAP_VARIABLE from hppa bits/mman.h
    
    As suggested in
    <https://sourceware.org/pipermail/libc-alpha/2023-February/145890.html>,
    remove the MAP_VARIABLE define from the hppa bits/mman.h, for
    consistency with Linux 6.2 which removed the define there.
    
    Tested with build-many-glibcs.py for hppa-linux-gnu.

Diff:
---
 sysdeps/unix/sysv/linux/hppa/bits/mman.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sysdeps/unix/sysv/linux/hppa/bits/mman.h b/sysdeps/unix/sysv/linux/hppa/bits/mman.h
index f5a69693af..651b7dcb72 100644
--- a/sysdeps/unix/sysv/linux/hppa/bits/mman.h
+++ b/sysdeps/unix/sysv/linux/hppa/bits/mman.h
@@ -24,7 +24,6 @@
 
 /* Other flags.  */
 #define __MAP_ANONYMOUS	0x10		/* Don't use a file */
-#define MAP_VARIABLE	0
 
 /* These are Linux-specific.  */
 #define MAP_DENYWRITE	0x0800		/* ETXTBSY */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-05 14:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-05 14:35 [glibc] Remove MAP_VARIABLE from hppa bits/mman.h Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).