Changeset 5e5498e in mainline for uspace/lib/cpp/include/impl/mutex.hpp
- Timestamp:
- 2018-07-05T21:41:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ecb072d
- Parents:
- a75f3e49
- git-author:
- Dzejrou <dzejrou@…> (2018-03-02 20:23:47)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/mutex.hpp
ra75f3e49 r5e5498e 30 30 #define LIBCPP_MUTEX 31 31 32 #include <internal/common.hpp> 32 33 #include <thread> 33 34 extern "C" {35 #include <fibril_synch.h>36 }37 34 38 35 namespace std 39 36 { 37 extern "C" { 38 #include <fibril.h> 39 #include <fibril_synch.h> 40 } 41 40 42 /** 41 43 * 20.4.1.2.1, class mutex:
Note:
See TracChangeset
for help on using the changeset viewer.