[git commit master 1/1] remove extra comma in lock macro
Austin Foxley
austinf at cetoncorp.com
Sat Jul 3 16:26:16 UTC 2010
commit: http://git.uclibc.org/uClibc/commit/?id=dfb389dea84f667bc890c5a188f38dc41b9ed9c6
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
libc/sysdeps/linux/common/bits/uClibc_mutex.h | 2 +-
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 0b4acd7..ef8016d 100644
--- a/libc/sysdeps/linux/common/bits/uClibc_mutex.h
+++ b/libc/sysdeps/linux/common/bits/uClibc_mutex.h
@@ -32,7 +32,7 @@
__pthread_mutex_unlock(&(M))
#define __UCLIBC_MUTEX_TRYLOCK_CANCEL_UNSAFE(M) \
- __pthread_mutex_trylock,(&(M))
+ __pthread_mutex_trylock(&(M))
#define __UCLIBC_MUTEX_CONDITIONAL_LOCK(M,C) \
do { \
--
1.7.1
More information about the uClibc-cvs
mailing list