git: libc - correct pthread_once stub

Alex Hornung alexh at crater.dragonflybsd.org
Thu Jul 8 12:02:48 PDT 2010


commit 6692f0a1ead866b92a8a7f32d1af646c760f0b11
Author: Alex Hornung <ahornung at gmail.com>
Date:   Sun Jul 4 23:37:18 2010 +0100

    libc - correct pthread_once stub
    
    * Make the pthread_once stub in libc work correctly.
    
    * This fixes an issue with pthread_once not being called even once in
      libprop for programs not linked against lpthread.
    
    Suggested-by: Simon 'corecode' Schubert
    Obtained-from: NetBSD

Summary of changes:
 lib/libc/gen/_pthread_stubs.c |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6692f0a1ead866b92a8a7f32d1af646c760f0b11


-- 
DragonFly BSD source repository





More information about the Commits mailing list