diff options
| author | David Xu <davidxu@FreeBSD.org> | 2006-08-08 05:04:43 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2006-08-08 05:04:43 +0000 |
| commit | 065dbdc130d0546419938441ae69f8feb7043553 (patch) | |
| tree | 0eebfbfd723bbcf8773f873e5dbbe17e432bcd40 /lib/libthr/thread/thr_mutex.c | |
| parent | 6b73f08519fa37c41c8b036c411e070d7774346f (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_mutex.c')
| -rw-r--r-- | lib/libthr/thread/thr_mutex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libthr/thread/thr_mutex.c b/lib/libthr/thread/thr_mutex.c index 0e3cebe49144..7d5922ac1582 100644 --- a/lib/libthr/thread/thr_mutex.c +++ b/lib/libthr/thread/thr_mutex.c @@ -128,7 +128,6 @@ mutex_init(pthread_mutex_t *mutex, pmutex->m_prio = attr->m_ceiling; else pmutex->m_prio = -1; - pmutex->m_saved_prio = 0; MUTEX_INIT_LINK(pmutex); *mutex = pmutex; return (0); @@ -191,7 +190,6 @@ _mutex_reinit(pthread_mutex_t *mutex) (*mutex)->m_count = 0; (*mutex)->m_refcount = 0; (*mutex)->m_prio = 0; - (*mutex)->m_saved_prio = 0; return (0); } |
