diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-03-20 11:47:08 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-03-20 11:47:08 +0000 |
| commit | a1292a02d38fbaa6ea5f295406509de5385c924e (patch) | |
| tree | 5de9569b2058c7ceee070da48a43b1461dea8dce /lib | |
| parent | 91ad87edd9e91ce2d6223246801aa97abb1819e2 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libthr/thread/thr_mutexattr.c | 1 |
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 |
