We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a4731 commit 5047182Copy full SHA for 5047182
libc/src/__support/threads/mutex.h
@@ -40,15 +40,9 @@
40
// few global locks. So, to avoid static initialization order fiasco, we
41
// want the constructors of the Mutex classes to be constexprs.
42
43
-<<<<<<< HEAD
44
-#if defined(__linux__)
45
-#include "src/__support/threads/linux/mutex.h"
46
-#endif // __linux__
47
-=======
48
#if defined(__linux__) || defined(__APPLE__)
49
#include "src/__support/threads/unix_mutex.h"
50
#endif
51
->>>>>>> c35b95c04bf7 ([libc] Add Darwin mutex support via os_sync primitives)
52
53
#elif LIBC_THREAD_MODE == LIBC_THREAD_MODE_SINGLE
54
0 commit comments