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)
commitb6f9974ad843b6b106db082fc44e710c0eb06e3b
tree28fec79a2715f8246dad423c5fdeff0a855ea34a
parentb8688ff87574fad6b3056443a5385010952fb243
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.
src/thread/pthread_mutex_unlock.c