diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-26 08:41:09 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-26 08:41:09 +0000 |
commit | 20cff295659e9bd1bee2c316ee17a53cad693ea2 (patch) | |
tree | d3681139c0c158406063fc9a1c590e041de14538 /libc/sysdeps/linux | |
parent | d8ea341e64250c2f4636c559562e8904037eda74 (diff) |
- revert 24148:24151
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_mutex.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_mutex.h b/libc/sysdeps/linux/common/bits/uClibc_mutex.h index 5edcfac20..14aeb9c80 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_mutex.h +++ b/libc/sysdeps/linux/common/bits/uClibc_mutex.h @@ -18,9 +18,9 @@ #define __UCLIBC_MUTEX_TYPE pthread_mutex_t #define __UCLIBC_MUTEX(M) pthread_mutex_t M -#define __UCLIBC_MUTEX_INIT(M,I) pthread_mutex_t M = I -#define __UCLIBC_MUTEX_STATIC(M,I) static pthread_mutex_t M = I -#define __UCLIBC_MUTEX_EXTERN(M) extern pthread_mutex_t M attribute_hidden +#define __UCLIBC_MUTEX_INIT(M,I) pthread_mutex_t M = I +#define __UCLIBC_MUTEX_STATIC(M,I) static pthread_mutex_t M = I +#define __UCLIBC_MUTEX_EXTERN(M) extern pthread_mutex_t M #define __UCLIBC_MUTEX_LOCK_CANCEL_UNSAFE(M) \ __pthread_mutex_lock(&(M)) |