pthread_mutexattr_destroy() was accidentally broken in last revision,
unbreak it. We should really start compiling this with warnings.
This commit is contained in:
parent
63e5e60593
commit
735c62ce43
@ -166,6 +166,7 @@ _pthread_mutexattr_destroy(pthread_mutexattr_t *attr)
|
||||
*attr = NULL;
|
||||
ret = 0;
|
||||
}
|
||||
return(ret);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user