aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-07-28 19:04:09 +0000
committerUlrich Drepper <drepper@redhat.com>2002-07-28 19:04:09 +0000
commit79996eeed13bbb7429f618899318d21762dd3b31 (patch)
tree10c41ec63adb1de92d7529938e3bc04a34e5e402 /linuxthreads
parent3172f58fa34e806ba4d4a521572ea7c3acea015f (diff)
downloadglibc-79996eeed13bbb7429f618899318d21762dd3b31.zip
glibc-79996eeed13bbb7429f618899318d21762dd3b31.tar.gz
glibc-79996eeed13bbb7429f618899318d21762dd3b31.tar.bz2
Update.
2002-07-28 Ulrich Drepper <drepper@redhat.com> * po/fi.po: New file.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/man/pthread_mutex_init.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/man/pthread_mutex_init.man b/linuxthreads/man/pthread_mutex_init.man
index bda4ec6..643b007 100644
--- a/linuxthreads/man/pthread_mutex_init.man
+++ b/linuxthreads/man/pthread_mutex_init.man
@@ -19,7 +19,7 @@ pthread_mutex_t errchkmutex = PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP;
int pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *mutexattr);
-int pthread_mutex_lock(pthread_mutex_t *mutex));
+int pthread_mutex_lock(pthread_mutex_t *mutex);
int pthread_mutex_trylock(pthread_mutex_t *mutex);