This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: [PATCH] Update sysdeps/unix/sysv/linux/*/bits/mman.h


> 	* sysdeps/unix/sysv/linux/mips/bits/mman.h: Fix MAP_RENAME value.
> 	Add misc flags.
> 	* sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_RENAME.

All macros added should be named.  The named one and the unnamed others are
all no-ops not actually used for anything in Linux.  MAP_RENAME is not even
documented nor suggested to be useful on Solaris.  So I just don't see the
sense in adding any of these.

> 	* sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and
> 	MAP_NONBLOCK.
> 	* sysdeps/unix/sysv/linux/sparc/bits/mman.h: Define MAP_POPULATE and
> 	MAP_NONBLOCK.  Update MAP_GROWSDOWN value.

These I put in.


Thanks,
Roland


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