Looping ReadFile() system call is Windows-specific. POSIX systems don't need this. In fact: with pipes using buffered streams, this blocks the read until one full buffer of data is available. Signed-off-by: Simon Rozman <simon@rozman.si>
Looping ReadFile() system call is Windows-specific. POSIX systems don't need this. In fact: with pipes using buffered streams, this blocks the read until one full buffer of data is available. Signed-off-by: Simon Rozman <simon@rozman.si>