git: pthread - adjust visibility to 'default'

看板DFBSD_commit作者時間14年前 (2011/08/01 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit e7322b09faff75b1298e9bfe444633425d173536 Author: Alex Hornung <ahornung@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
文章代碼(AID): #1EDPXhnm (DFBSD_commit)