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 Fri, Apr 27, 2012 at 12:13 AM, Mike Frysinger <vapier@gentoo.org> wrote:
> 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

You're right. It went in right after 3.1. Updated patch attached.

Attachment: 0001-alpha-Correct-kernel-version-needed-to-define-__ASSU.patch
Description: Binary data


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