* Change to mman.h around 2.3.99-pre3-pre4
@ 2000-03-24 1:10 Geoff Keating
0 siblings, 0 replies; only message in thread
From: Geoff Keating @ 2000-03-24 1:10 UTC (permalink / raw)
To: linuxppc-dev; +Cc: libc-hacker
Does anyone know why the file linux/include/asm-ppc/mman.h changed the
values of MCL_CURRENT and MCL_FUTURE around kernel version
2.3.99-pre3-pre4?
This change causes binary incompatibility.
They used to be
#define MCL_CURRENT 0x2000 /* lock all currently mapped pages */
#define MCL_FUTURE 0x4000 /* lock all additions to address space */
but they're now
#define MCL_CURRENT 1 /* lock all current mappings */
#define MCL_FUTURE 2 /* lock all future mappings */
--
- Geoffrey Keating <geoffk@cygnus.com>
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-03-24 1:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-03-24 1:10 Change to mman.h around 2.3.99-pre3-pre4 Geoff Keating
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 NNTP newsgroup(s).