diff options
author | rpj <rpj> | 2005-01-01 14:32:29 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-01-01 14:32:29 +0000 |
commit | 56efdd647a47d510d0f0970816c501c43caef627 (patch) | |
tree | a43728e4289a5230d2b31a32f9a04577cffba57d /pthread_mutex_lock.c | |
parent | c047ca63139fd3b9e0dedc224dffe04666204dd1 (diff) |
Mutex owner bug fix
Diffstat (limited to 'pthread_mutex_lock.c')
-rw-r--r-- | pthread_mutex_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_mutex_lock.c b/pthread_mutex_lock.c index ce5e5f6..cb429ef 100644 --- a/pthread_mutex_lock.c +++ b/pthread_mutex_lock.c @@ -8,7 +8,7 @@ * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2004 Pthreads-win32 contributors + * Copyright(C) 1999,2005 Pthreads-win32 contributors * * Contact Email: rpj@callisto.canberra.edu.au * |