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] Create bits/socket.h for alpha, correct SOCK_CLOEXEC value.


On Tue, Mar 23, 2010 at 11:22 AM, Joseph S. Myers
<joseph@codesourcery.com> wrote:
> On Wed, 3 Mar 2010, Aurelien Jarno wrote:
>
>> > + ?SOCK_NONBLOCK = 04000 ? ? ? ? ? ?/* Atomically mark descriptor(s) as
>> > + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?non-blocking. ?*/
>>
>> This value should be 0x40000000 instead.
>>
>> Note that there is a patch available to fix both these issues in BZ #10528.
>
> I have committed Matt's patch but with your fix to this value. ?The patch
> in that bug was out-of-date with respect to the libc version of
> bits/socket.h (it was missing the recvmmsg interface).
>
> --
> Joseph S. Myers
> joseph@codesourcery.com

Thanks a lot, Joseph!


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