internal/syscall: Initial adjust to support MSVC
- there is no strerror_r, but strerror_s instead - fcntl is not supported - we need to explicitly tell open to open files in binary mode - pipes are created via _pipe and explicitly in binary mode - there is no sigaction.
Showing
Please register or sign in to comment