Re: fdopen with socket fd's

Andrea Arcangeli (andrea@e-mind.com)
Thu, 22 Apr 1999 21:31:18 +0200 (CEST)


On 22 Apr 1999, HARAWAT.IN.ORACLE.COM wrote:

>In Linux-2.0.36, if fdopen is done on the socket fd, then read/write (fprintf)
>on the new file pointer don't work.

The kernel knows nothing about libc streams (FILE *). So this shouldn't be
a kernel issue at all. The kernel only knows about per-task file
descriptors.

Andrea Arcangeli

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/