pthread_mutexattr_destroy() was accidentally broken in last revision,

unbreak it.  We should really start compiling this with warnings.
This commit is contained in:
Ruslan Ermilov 2008-03-20 11:47:08 +00:00
parent 91ad87edd9
commit a1292a02d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177451

View File

@ -166,6 +166,7 @@ _pthread_mutexattr_destroy(pthread_mutexattr_t *attr)
*attr = NULL;
ret = 0;
}
return(ret);
}
int