"Dimitrie O. Paun" dpaun@rogers.com writes:
On my system (RH 8.0), /usr/include/sys/unistd.h simply does
#include <unistd.h>
so it works perfectly with this addition. But is this standard? Should we just add a similar file to include/msvcrt/sys and be done with it?
Yes, that's probably safer, and it shouldn't break anything.