libostd/ostd/mutex.hh
2016-02-07 21:19:20 +00:00

12 lines
190 B
C++

/* Locking primitives.
*
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OSTD_MUTEX_HH
#define OSTD_MUTEX_HH
#include "ostd/internal/mutex.hh"
#endif