Age | Commit message (Collapse) | Author | Files | Lines |
|
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 *);
^
|
|
Related to 2d67d91ac08aa2f793d220ad8712541fefa0ba79
|
|
Copied from kopensolaris-gnu/i386 with removing INIT_SYSINFO
|
|
MUTEX_INITIALIZER -> LLL_LOCK_INITIALIZER -> PTHREAD_MUTEX_INITIALIZER
|
|
Old macros were using void* by default
|
|
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
|
|
|
|
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.
|