summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_mutex.c
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-01-12 09:28:58 +0000
committerjasone <jasone@FreeBSD.org>2000-01-12 09:28:58 +0000
commit4b4a2e733a2332d82db33d43f90c3e14fb0ff31e (patch)
tree5f61d93336476ecbaf8b9665c656c202589b1e08 /lib/libkse/thread/thr_mutex.c
parent75903038bc52105bc7479fe5f2b75f22f10c1c50 (diff)
downloadFreeBSD-src-4b4a2e733a2332d82db33d43f90c3e14fb0ff31e.zip
FreeBSD-src-4b4a2e733a2332d82db33d43f90c3e14fb0ff31e.tar.gz
Track libc's three-tier symbol naming. libc_r must currently implement
the _libc_*() entry points and add *() weak aliases. This will all change for the better when libc_r becomes libpthread.
Diffstat (limited to 'lib/libkse/thread/thr_mutex.c')
-rw-r--r--lib/libkse/thread/thr_mutex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkse/thread/thr_mutex.c b/lib/libkse/thread/thr_mutex.c
index c625ef2..6526a35 100644
--- a/lib/libkse/thread/thr_mutex.c
+++ b/lib/libkse/thread/thr_mutex.c
@@ -243,7 +243,7 @@ pthread_mutex_destroy(pthread_mutex_t * mutex)
}
static int
-init_static (pthread_mutex_t *mutex)
+init_static(pthread_mutex_t *mutex)
{
int ret;
@@ -1219,7 +1219,7 @@ mutex_priority_adjust(pthread_mutex_t mutex)
}
static void
-mutex_rescan_owned (pthread_t pthread, pthread_mutex_t mutex)
+mutex_rescan_owned(pthread_t pthread, pthread_mutex_t mutex)
{
int active_prio, inherited_prio;
pthread_mutex_t m;
OpenPOWER on IntegriCloud