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]

Re: Clean up kernel version conditionals for pre-2.6.32 kernels


On Wed, Apr 30, 2014 at 04:34:55PM +0000, Joseph S. Myers wrote:
> This patch does some initial cleanup, following the move to 2.6.32
> minimum kernel version, by removing __LINUX_KERNEL_VERSION
> conditionals that are now always-true or always-false.  In the case of
> __ASSUME_ARG_MAX_STACK_BASED, where the conditional used a kernel
> version that was itself in a macro, the associated sysconf.c code is
> also cleaned up and __ASSUME_ARG_MAX_STACK_BASED removed completely.
> 
> Tested x86_64 that disassembly of installed shared libraries is
> unchanged by the patch.
> 
Looks ok.


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