From 6a53b52a7ebbaf94f1f9671d54a5a06bb27f8719 Mon Sep 17 00:00:00 2001 From: malc Date: Mon, 20 Aug 2012 17:49:53 +0400 Subject: [PATCH] Consistency --- link.c | 1 - 1 file changed, 1 deletion(-) diff --git a/link.c b/link.c index 03cc302..4bac529 100644 --- a/link.c +++ b/link.c @@ -263,7 +263,6 @@ static void unlock (const char *cap) static int trylock (const char *cap) { int ret = pthread_mutex_trylock (&mutex); - if (ret && ret != EBUSY) { errx (1, "%s: pthread_mutex_trylock: %s", cap, strerror (ret)); } -- 2.11.4.GIT