bug in uClibc_mutex.h

Austin Foxley austinf at cetoncorp.com
Sat Jul 3 16:26:41 UTC 2010


On 07/03/2010 08:07 AM, Martin Dorwig wrote:
> there is a comma between the functionname and the argument
>
>          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 {
>          \

Applied a fix. Thanks!
-Austin


More information about the uClibc mailing list