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,
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))
>
2 matches
Mail list logo