Re: Defect report: ENOTSOCK on close

2008-01-17 Thread Krzysztof Żelechowski
Dnia 15-01-2008, Wt o godzinie 11:15 +0100, Corinna Vinschen pisze: > On Jan 15 09:19, Christopher Yeleigton wrote: > > Summary: > > Unexpected error ENOTSOCK upon closing filedes[0] obtained via socketpair > > > > Test case: > > > > #include > > #include > > #include > > > > int main(int argc,

Re: Defect report: ENOTSOCK on close

2008-01-15 Thread Corinna Vinschen
On Jan 15 09:19, Christopher Yeleigton wrote: > Summary: > Unexpected error ENOTSOCK upon closing filedes[0] obtained via socketpair > > Test case: > > #include > #include > #include > > int main(int argc, char *argv[]) > { > auto int a_fd[02]; > if(socketpair(AF_LOCAL, SOCK_STREAM, 0, a_fd)) >