simplify robust mutex unlock code path
authorRich Felker <dalias@aerifal.cx>
Mon, 3 Oct 2011 04:19:05 +0000 (00:19 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 3 Oct 2011 04:19:05 +0000 (00:19 -0400)
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.


No differences found