1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-11 13:06:59 +03:00
mold/common/jobs-win32.cc
2024-03-18 17:10:18 +09:00

7 lines
99 B
C++

namespace mold {
void acquire_global_lock() {}
void release_global_lock() {}
} // namespace mold