Merging upstream version 0.27.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1ddb356def
commit
3a779a0ae8
10 changed files with 37 additions and 34 deletions
|
@ -15,6 +15,8 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
void xinit_mutex( pthread_mutex_t * const mutex );
|
||||
void xinit_cond( pthread_cond_t * const cond );
|
||||
void xdestroy_mutex( pthread_mutex_t * const mutex );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue