Skip to content

Commit 3b15d31

Browse files
committed
Fix #include <shared_mutex>
1 parent f047172 commit 3b15d31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc/isystem/shared_mutex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_MUTEX_
2-
#define COSMOPOLITAN_LIBC_ISYSTEM_MUTEX_
1+
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SHARED_MUTEX_
2+
#define COSMOPOLITAN_LIBC_ISYSTEM_SHARED_MUTEX_
33
#include "third_party/libcxx/shared_mutex"
4-
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_MUTEX_ */
4+
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SHARED_MUTEX_ */

0 commit comments

Comments
 (0)