summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/uClibc_mutex.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-12-09 01:32:13 +0000
committerEric Andersen <andersen@codepoet.org>2006-12-09 01:32:13 +0000
commit1f61bbd8a58e9255f45774541d76ed0bbdc05f09 (patch)
tree5bc819f3bbd1fbd525d493cbd01ef288a3887611 /libc/sysdeps/linux/common/bits/uClibc_mutex.h
parent808694e8a330e32741b7781467610d8cec99ae6e (diff)
silence a lot of warnings and fix a few genuine bugs while I'm at it.
Diffstat (limited to 'libc/sysdeps/linux/common/bits/uClibc_mutex.h')
-rw-r--r--libc/sysdeps/linux/common/bits/uClibc_mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_mutex.h b/libc/sysdeps/linux/common/bits/uClibc_mutex.h
index 45b4b07df..257571efc 100644
--- a/libc/sysdeps/linux/common/bits/uClibc_mutex.h
+++ b/libc/sysdeps/linux/common/bits/uClibc_mutex.h
@@ -36,7 +36,7 @@
struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \
if (C) { \
_pthread_cleanup_push_defer(&__infunc_pthread_cleanup_buffer, \
- __pthread_mutex_unlock, \
+ __uclibc_mutex_unlock, \
&(M)); \
__pthread_mutex_lock(&(M)); \
} \