Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-14 | Revert "resolve merge" | Waldemar Brodkorb | |
This reverts commit 6b6ede3d15f04fe825cfa9f697507457e3640344. | |||
2015-02-14 | resolve merge | Waldemar Brodkorb | |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-06-15 | linuxthreads.old: cleanup a bit | Peter S. Mazinger | |
Use __UCLIBC_HAS_TLS__ instead of USE___THREADS (although this LT implementation will never support TLS). Disable unused/unneeded members of the pthread_functions structure. No redirect/forward for _pthread_cleanup_push/pop, it would have not worked anyway due to the fact, that the structure member was not initialized. Disable it's possible internal use in libc-lock.h. Avoid using internals.h in libc_pthread_init.c (moving a prototype to pthread-functions.h). Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2007-01-11 | Peter Mazinger pointed out that my last commit was faulty. | Joakim Tjernlund | |
This should fix it. | |||
2006-01-04 | update pthread weak handling to the style glibc uses | Mike Frysinger | |