• Kirill Smelkov's avatar
    internal/atomic: Adjust to support MSVC · 534033a5
    Kirill Smelkov authored
    There is no fork on windows and that we do not need to install atfork
    handler at all.
    
        golang/runtime/internal/atomic.cpp(23): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
    534033a5
atomic.cpp 3.04 KB