git: libthread_xu - Remove unconditional debugging, slight code flow adjustment

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jun 26 10:08:38 PDT 2013


commit 696974900a518360ea4481af2e71d5f8a9628248
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Jun 26 10:04:35 2013 -0700

    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.

Summary of changes:
 lib/libthread_xu/thread/thr_umtx.c | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/696974900a518360ea4481af2e71d5f8a9628248


-- 
DragonFly BSD source repository



More information about the Commits mailing list