diff options
| author | Eric Andersen <andersen@codepoet.org> | 2006-12-08 03:19:36 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2006-12-08 03:19:36 +0000 | 
| commit | 7270c874630a097227a07891dd50bf8baefc3f07 (patch) | |
| tree | 0ad9dcef07732a1623ba9a01062dbb9cd5f474f5 /libc/sysdeps/linux/common/bits/uClibc_pthread.h | |
| parent | 7d5f81d30145f6ed1aede73491776371c7458c47 (diff) | |
| download | uClibc-alpine-7270c874630a097227a07891dd50bf8baefc3f07.tar.bz2 uClibc-alpine-7270c874630a097227a07891dd50bf8baefc3f07.tar.xz  | |
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_pthread.h')
| -rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_pthread.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_pthread.h b/libc/sysdeps/linux/common/bits/uClibc_pthread.h index a3be2ca35..f247ea673 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_pthread.h +++ b/libc/sysdeps/linux/common/bits/uClibc_pthread.h @@ -28,8 +28,7 @@  #endif  extern int __pthread_mutex_init (pthread_mutex_t *__restrict __mutex, -								 __const pthread_mutexattr_t *__restrict -								 __mutex_attr) attribute_hidden; +		__const pthread_mutexattr_t *__restrict __mutex_attr) attribute_hidden;  extern int __pthread_mutex_trylock (pthread_mutex_t *__mutex) attribute_hidden;  extern int __pthread_mutex_lock (pthread_mutex_t *__mutex) attribute_hidden;  extern int __pthread_mutex_unlock (pthread_mutex_t *__mutex) attribute_hidden;  | 
