diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-08 03:19:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-08 03:19:36 +0000 |
commit | 7270c874630a097227a07891dd50bf8baefc3f07 (patch) | |
tree | 0ad9dcef07732a1623ba9a01062dbb9cd5f474f5 /libc/misc/pthread | |
parent | 7d5f81d30145f6ed1aede73491776371c7458c47 (diff) |
finish the pthread locking cleanups. This should get things compiling again
though I still need to silence the warnings about _pthread_cleanup_push_defer
Diffstat (limited to 'libc/misc/pthread')
-rw-r--r-- | libc/misc/pthread/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/pthread/Makefile.in b/libc/misc/pthread/Makefile.in index fc138c91a..a768ac8f9 100644 --- a/libc/misc/pthread/Makefile.in +++ b/libc/misc/pthread/Makefile.in @@ -8,7 +8,7 @@ MISC_PTHREAD_DIR := $(top_srcdir)libc/misc/pthread MISC_PTHREAD_OUT := $(top_builddir)libc/misc/pthread -libc-static-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/weaks.o +libc-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/weaks.o objclean-y += misc_pthread_objclean |