1
0
Fork 0

Merging upstream version 0.27.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-05 09:17:10 +01:00
parent 1ddb356def
commit 3a779a0ae8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
10 changed files with 37 additions and 34 deletions

View file

@ -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 );