• Kirill Smelkov's avatar
    internal/syscall: Initial adjust to support MSVC · d3bf3b7d
    Kirill Smelkov authored
    - 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.
    d3bf3b7d
syscall.h 2.5 KB