git: pthread: Move few attr private structs to thr_init.c

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Mon Sep 26 00:33:02 PDT 2016


commit 602cfc0ba93113f96087920591934a5e61978a7b
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Mon Sep 19 08:14:59 2016 +0300

    pthread: Move few attr private structs to thr_init.c
    
    These symbols should only be available if _thread_init() gets linked in.
    Helps with -static troubleshooting.

Summary of changes:
 lib/libthread_xu/thread/thr_attr.c      | 12 ------------
 lib/libthread_xu/thread/thr_condattr.c  |  6 ------
 lib/libthread_xu/thread/thr_init.c      | 26 ++++++++++++++++++++++++++
 lib/libthread_xu/thread/thr_mutexattr.c |  8 --------
 4 files changed, 26 insertions(+), 26 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/602cfc0ba93113f96087920591934a5e61978a7b


-- 
DragonFly BSD source repository


More information about the Commits mailing list