On Thursday 08 October 2015 15:46:42 Pádraig Brady wrote:
> On 08/10/15 13:47, Pino Toscano wrote:
> > Pass only SOCK_* flags to accept4, as they are the only documented
> > ones, and passing others may trigger EINVAL.
> > * tests/test-accept4.c: (main): Pass SOCK_CLOEXEC instead of
> > O_CLOEXEC |
On 09/10/15 14:38, Pino Toscano wrote:
> On Thursday 08 October 2015 15:46:42 Pádraig Brady wrote:
>> On 08/10/15 13:47, Pino Toscano wrote:
>>> Pass only SOCK_* flags to accept4, as they are the only documented
>>> ones, and passing others may trigger EINVAL.
>>> * tests/test-accept4.c: (main): Pa