Merge remote-tracking branch 'upstream/master' into mueller_MutexImprovements
This commit is contained in:
@ -1,11 +1,8 @@
|
||||
#ifndef OS_LINUX_MUTEX_H_
|
||||
#define OS_LINUX_MUTEX_H_
|
||||
|
||||
#include <framework/ipc/MutexIF.h>
|
||||
|
||||
extern "C" {
|
||||
#include "../../ipc/MutexIF.h"
|
||||
#include <pthread.h>
|
||||
}
|
||||
|
||||
|
||||
class Mutex : public MutexIF {
|
||||
|
Reference in New Issue
Block a user