Introduce libcxx <shared_mutex>

git@github.com:llvm-mirror/libcxx.git
78d6a7767ed57b50122a161b91f59f19c9bd0d19
This commit is contained in:
Justine Tunney 2023-10-31 21:57:28 -07:00
parent ee82f90bba
commit b4084dd6c6
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 635 additions and 1 deletions

View file

@ -0,0 +1,4 @@
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_MUTEX_
#define COSMOPOLITAN_LIBC_ISYSTEM_MUTEX_
#include "third_party/libcxx/shared_mutex"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_MUTEX_ */