diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-28 19:04:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-28 19:04:09 +0000 |
commit | 79996eeed13bbb7429f618899318d21762dd3b31 (patch) | |
tree | 10c41ec63adb1de92d7529938e3bc04a34e5e402 /linuxthreads | |
parent | Update. (diff) | |
download | glibc-79996eeed13bbb7429f618899318d21762dd3b31.tar.gz glibc-79996eeed13bbb7429f618899318d21762dd3b31.tar.bz2 glibc-79996eeed13bbb7429f618899318d21762dd3b31.zip |
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.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/man/pthread_mutex_init.man b/linuxthreads/man/pthread_mutex_init.man index bda4ec6c4d..643b007aec 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); |