diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 00:51:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-05 00:51:36 +0000 |
commit | 696f88e164454d28b2d21a081ccb8feb666d7f41 (patch) | |
tree | 122e3c3aac44fa9f61d52e9d915bb3ad006204b4 /libc/sysdeps/linux | |
parent | 6ce5ad19920e8018d28742b729b662d3f25ee8fe (diff) | |
download | uClibc-alpine-696f88e164454d28b2d21a081ccb8feb666d7f41.tar.bz2 uClibc-alpine-696f88e164454d28b2d21a081ccb8feb666d7f41.tar.xz |
remove duplicate ;
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_pthread.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_pthread.h b/libc/sysdeps/linux/common/bits/uClibc_pthread.h index b4130340e..a3be2ca35 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_pthread.h +++ b/libc/sysdeps/linux/common/bits/uClibc_pthread.h @@ -30,8 +30,8 @@ extern int __pthread_mutex_init (pthread_mutex_t *__restrict __mutex, __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;; +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; #endif |