robinrowe/libunistd

Can the read and write functions operate sockets?

Opened this issue · 0 comments

image

The read and write functions in the code are defined as Windows' _read and _write, but Windows' _read and _write do not seem to be able to be used for socket operations.