pthread_mutexattr_destroy() was accidentally broken in last revision,

unbreak it.  We should really start compiling this with warnings.
This commit is contained in:
ru 2008-03-20 11:47:08 +00:00
parent 63e5e60593
commit 735c62ce43

View File

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