X-Git-Url: https://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=include%2Fust%2Fcore.h;h=8cedf98903e7817fd2f3555fc9d6f976eace389c;hp=c6057ea7b0a93e13de955d1c903a4f4cd2f8b3a4;hb=f7b16408b00ecce757bdde940853a48534b25edd;hpb=e73784f2f4fb998ff72a604b96e38122b998be60 diff --git a/include/ust/core.h b/include/ust/core.h index c6057ea..8cedf98 100644 --- a/include/ust/core.h +++ b/include/ust/core.h @@ -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)