summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/uClibc_mutex.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-12-08 03:19:36 +0000
committerEric Andersen <andersen@codepoet.org>2006-12-08 03:19:36 +0000
commit7270c874630a097227a07891dd50bf8baefc3f07 (patch)
tree0ad9dcef07732a1623ba9a01062dbb9cd5f474f5 /libc/sysdeps/linux/common/bits/uClibc_mutex.h
parent7d5f81d30145f6ed1aede73491776371c7458c47 (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/sysdeps/linux/common/bits/uClibc_mutex.h')
-rw-r--r--libc/sysdeps/linux/common/bits/uClibc_mutex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_mutex.h b/libc/sysdeps/linux/common/bits/uClibc_mutex.h
index 5464c2285..45b4b07df 100644
--- a/libc/sysdeps/linux/common/bits/uClibc_mutex.h
+++ b/libc/sysdeps/linux/common/bits/uClibc_mutex.h
@@ -13,6 +13,7 @@
#ifdef __UCLIBC_HAS_THREADS__
#include <pthread.h>
+#include <bits/uClibc_pthread.h>
#define __UCLIBC_MUTEX_TYPE pthread_mutex_t