aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-03-20 11:47:08 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-03-20 11:47:08 +0000
commita1292a02d38fbaa6ea5f295406509de5385c924e (patch)
tree5de9569b2058c7ceee070da48a43b1461dea8dce /lib
parent91ad87edd9e91ce2d6223246801aa97abb1819e2 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libthr/thread/thr_mutexattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_mutexattr.c b/lib/libthr/thread/thr_mutexattr.c
index 9013c82bb177..7c48ed2263dc 100644
--- a/lib/libthr/thread/thr_mutexattr.c
+++ b/lib/libthr/thread/thr_mutexattr.c
@@ -166,6 +166,7 @@ _pthread_mutexattr_destroy(pthread_mutexattr_t *attr)
*attr = NULL;
ret = 0;
}
+ return(ret);
}
int