Skip to content

Commit 5047182

Browse files
committed
[libc][darwin] clean rebase conflict remnants
1 parent 94a4731 commit 5047182

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libc/src/__support/threads/mutex.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,9 @@
4040
// few global locks. So, to avoid static initialization order fiasco, we
4141
// want the constructors of the Mutex classes to be constexprs.
4242

43-
<<<<<<< HEAD
44-
#if defined(__linux__)
45-
#include "src/__support/threads/linux/mutex.h"
46-
#endif // __linux__
47-
=======
4843
#if defined(__linux__) || defined(__APPLE__)
4944
#include "src/__support/threads/unix_mutex.h"
5045
#endif
51-
>>>>>>> c35b95c04bf7 ([libc] Add Darwin mutex support via os_sync primitives)
5246

5347
#elif LIBC_THREAD_MODE == LIBC_THREAD_MODE_SINGLE
5448

0 commit comments

Comments
 (0)