11 lines
356 B
Diff
11 lines
356 B
Diff
|
--- bind-9.18.0.orig/contrib/dlz/modules/include/dlz_pthread.h 2022-01-24 09:28:57.521507091 +0100
|
||
|
+++ bind-9.18.0/contrib/dlz/modules/include/dlz_pthread.h 2022-02-08 12:19:14.177179130 +0100
|
||
|
@@ -18,6 +18,7 @@
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
+# define PTHREADS 1
|
||
|
#include <pthread.h>
|
||
|
#define dlz_mutex_t pthread_mutex_t
|
||
|
#define dlz_mutex_init pthread_mutex_init
|