This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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] alpha: Correct kernel version needed to define __ASSUME_ACCEPT4.


On Thursday 26 April 2012 22:41:06 Matt Turner wrote:
> -/* Support for accept4 was added for alpha after 2.6.33-rc1.  */
> -#if __LINUX_KERNEL_VERSION >= 0x020621
> +/* Support for accept4 was added for alpha after 3.0.  */
> +#if __LINUX_KERNEL_VERSION >= 0x030100
>  # define __ASSUME_ACCEPT4      1
>  #endif

err, you sure ?  seems to me it was added in the 3.2 release.

`git log -p v3.1 arch/alpha/include/asm/unistd.h` doesn't show accept4, but 
the v3.2 tag does.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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