diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 12:59:14 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 12:59:14 -0700 |
commit | 4a689f0b907d4a98582a9c4b7f6be811924db8ee (patch) | |
tree | fe4d0fef1868dfcc09fa1ef497ebfc22fac4d45e /libc/misc/pthread/Makefile.in | |
parent | 8b7834d4008d10d8763d18b25580a4607a5e6607 (diff) |
some tweaks under libc/ needed for nptl
* updated kernel-features.h
* system is provided by pt-system with nptl
* _exit should do exit_group with nptl
* tsd tls ptr in libc
* rt_sigwaitinfo impl added
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/misc/pthread/Makefile.in')
-rw-r--r-- | libc/misc/pthread/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/misc/pthread/Makefile.in b/libc/misc/pthread/Makefile.in index ceea1c21b..48e816236 100644 --- a/libc/misc/pthread/Makefile.in +++ b/libc/misc/pthread/Makefile.in @@ -10,6 +10,7 @@ subdirs += libc/misc/pthread MISC_PTHREAD_DIR := $(top_srcdir)libc/misc/pthread MISC_PTHREAD_OUT := $(top_builddir)libc/misc/pthread +libc-shared-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/tsd.os libc-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/unlock.o libc-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/weaks.o |