diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-20 18:30:37 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-24 19:31:24 +0100 |
commit | ea29ea8095e1fe6e7c1766f87aea33650a1a485d (patch) | |
tree | b6a908b371b7139d4f58be814f1de44807bb5f98 /compat | |
parent | 0fbca6ba484194a9c16c43bc93d70590702c0a99 (diff) |
compat/mutex: rename
Diffstat (limited to 'compat')
-rw-r--r-- | compat/mutex.cpp (renamed from compat/copyable-mutex.cpp) | 2 | ||||
-rw-r--r-- | compat/mutex.hpp (renamed from compat/copyable-mutex.hpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/compat/copyable-mutex.cpp b/compat/mutex.cpp index 17b5aa34..55789a22 100644 --- a/compat/copyable-mutex.cpp +++ b/compat/mutex.cpp @@ -1,4 +1,4 @@ -#include "copyable-mutex.hpp" +#include "mutex.hpp" #include <cstdlib> mutex& mutex::operator=(const mutex& rhs) diff --git a/compat/copyable-mutex.hpp b/compat/mutex.hpp index 37e6802b..37e6802b 100644 --- a/compat/copyable-mutex.hpp +++ b/compat/mutex.hpp |