remove mutex_lock, mutex_unlock macros
[ust.git] / include / ust / core.h
index c6057ea7b0a93e13de955d1c903a4f4cd2f8b3a4..8cedf98903e7817fd2f3555fc9d6f976eace389c 100644 (file)
@@ -115,11 +115,6 @@ static inline long IS_ERR(const void *ptr)
 #define DEFINE_MUTEX(m) pthread_mutex_t (m) = PTHREAD_MUTEX_INITIALIZER;
 #define DECLARE_MUTEX(m) extern pthread_mutex_t (m);
 
-#define mutex_lock(m) pthread_mutex_lock(m)
-
-#define mutex_unlock(m) pthread_mutex_unlock(m)
-
-
 /* MALLOCATION */
 
 #define zmalloc(s) calloc(1, s)
This page took 0.022698 seconds and 4 git commands to generate.