From: Rich Felker Date: Mon, 3 Oct 2011 04:19:05 +0000 (-0400) Subject: simplify robust mutex unlock code path X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=b6f9974ad843b6b106db082fc44e710c0eb06e3b;hp=b6f9974ad843b6b106db082fc44e710c0eb06e3b;ds=sidebyside simplify robust mutex unlock code path right now it's questionable whether this change is an improvement or not, but if we later want to support priority inheritance mutexes, it will be important to have the code paths unified like this to avoid major code duplication. ---