summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu
AgeCommit message (Collapse)AuthorFilesLines
2014-08-31Fixed headers circular dependencyIgor Pashev1-1/+0
pthread-functions.h is included before struct pthread is defined: In file included from ../nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/bits/libc-lock.h:50:0, from ../nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/lowlevellock.h:16, from ../nptl/descr.h:30, from ../nptl/sysdeps/x86_64/tls.h:100, from ../nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/tls.h:31, from ../include/errno.h:22, from ../sysdeps/unix/sysv/solaris2/kopensolaris-gnu/check_fds.c:20: ../nptl/sysdeps/pthread/pthread-functions.h:99:34: warning: ‘struct pthread’ declared inside parameter list void (*ptr_set_robust) (struct pthread *); ^
2014-08-31Don't use bp-sym.h and bp-asm.h (removed)Igor Pashev1-27/+22
Related to 2d67d91ac08aa2f793d220ad8712541fefa0ba79
2013-05-26New file .../.../kopensolaris-gnu/x86_64/tls.hIgor Pashev1-0/+59
Copied from kopensolaris-gnu/i386 with removing INIT_SYSINFO
2013-05-23Define MUTEX_INITIALIZERIgor Pashev1-0/+1
MUTEX_INITIALIZER -> LLL_LOCK_INITIALIZER -> PTHREAD_MUTEX_INITIALIZER
2013-05-23Update for new __libc_tsd_*Igor Pashev1-3/+3
Old macros were using void* by default
2012-12-03Looks like we need a relative path here.Igor Pashev1-1/+1
Fixing warning: checking sysdep dirs... nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64 configure: WARNING: nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/Implies specifies nonexistent nptl/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86 Run configure with environment variable "enable_debug_configure" set to any non-emty value and see how configure search sysdeps dirs
2012-06-18Copied from i386Igor Pashev1-0/+8
2012-06-05Merged changes from kopensolaris-gnu projectIgor Pashev156-0/+8161
http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu/glibc.git Commits from 9157319 to bad8ac8. This is only partial patch, some changes to not apply and will be resovled and committed next.