libthread_xu - Remove unconditional debugging, slight code flow adjustment
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 26 Jun 2013 17:04:35 +0000 (10:04 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 26 Jun 2013 17:04:35 +0000 (10:04 -0700)
commit696974900a518360ea4481af2e71d5f8a9628248
tree1226af6367bfe3c79528c82fb6cec1f5f41671a0
parent7a82f541d78456279e951543b9a7b9194b8139f8
libthread_xu - Remove unconditional debugging, slight code flow adjustment

* Remove an unconditional fprintf to stderr that is no longer needed

* Ensure that __thr_umtx_timedlock() doesn't break out on EINTR.  Note
  however that the functions it calls shouldn't be able to return EINTR
  so this change is really just to make things look more correct.
lib/libthread_xu/thread/thr_umtx.c