mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 18:52:29 +00:00
Introduce libcxx <shared_mutex>
git@github.com:llvm-mirror/libcxx.git 78d6a7767ed57b50122a161b91f59f19c9bd0d19
This commit is contained in:
parent
ee82f90bba
commit
b4084dd6c6
5 changed files with 635 additions and 1 deletions
2
third_party/libcxx/mutex.cc
vendored
2
third_party/libcxx/mutex.cc
vendored
|
@ -15,7 +15,7 @@
|
|||
|
||||
#ifndef _LIBCPP_HAS_NO_THREADS
|
||||
#if defined(__unix__) && !defined(__ANDROID__) && defined(__ELF__) && defined(_LIBCPP_HAS_COMMENT_LIB_PRAGMA)
|
||||
#pragma comment(lib, "pthread")
|
||||
// #pragma comment(lib, "pthread")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue