看板 DFBSD_commit 關於我們 聯絡資訊
commit 6692f0a1ead866b92a8a7f32d1af646c760f0b11 Author: Alex Hornung <ahornung@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