git: pthread - adjust visibility to 'default'

Alex Hornung alexh at crater.dragonflybsd.org
Sun Jul 31 07:59:07 PDT 2011


commit e7322b09faff75b1298e9bfe444633425d173536
Author: Alex Hornung <ahornung at gmail.com>
Date:   Sun Jul 31 06:52:45 2011 +0100

    pthread - adjust visibility to 'default'
    
     * This fixes pkgsrc build issues that think the symbols are hidden.
    
     * It's not the most elegant solution, and it would be nicer if this
       could somehow be merged into BEGIN_DECLS/END_DECLS, but I couldn't
       find a way to do that.
    
     * See http://gcc.gnu.org/wiki/Visibility for more details

Summary of changes:
 include/pthread.h    |  202 +++++++++++++++++++++++++-------------------------
 include/pthread_np.h |   30 ++++----
 sys/sys/cdefs.h      |    6 ++
 3 files changed, 122 insertions(+), 116 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e7322b09faff75b1298e9bfe444633425d173536


-- 
DragonFly BSD source repository





More information about the Commits mailing list