>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/