diff options
| author | Mike Makonnen <mtm@FreeBSD.org> | 2003-05-06 02:30:52 +0000 |
|---|---|---|
| committer | Mike Makonnen <mtm@FreeBSD.org> | 2003-05-06 02:30:52 +0000 |
| commit | ae0df91f34e1b6d8d91c22725cafae0054b048e7 (patch) | |
| tree | 41cdb33e3d86891f0025c2db7aeb31a998f12877 /lib/libthr/thread/thr_mutex.c | |
| parent | e27f221c3263278da500792ec376dee4a2d58aaf (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_mutex.c')
| -rw-r--r-- | lib/libthr/thread/thr_mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_mutex.c b/lib/libthr/thread/thr_mutex.c index 67b137dfc5bc..af7d50584022 100644 --- a/lib/libthr/thread/thr_mutex.c +++ b/lib/libthr/thread/thr_mutex.c @@ -471,7 +471,7 @@ mutex_lock_common(pthread_mutex_t * mutex) int ret = 0; PTHREAD_ASSERT((mutex != NULL) && (*mutex != NULL), - "Uninitialized mutex in pthread_mutex_trylock_basic"); + "Uninitialized mutex in mutex_lock_common"); /* * Enter a loop waiting to become the mutex owner. We need a |
