mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:29:59 -04:00
Add missing types for non-threaded build
(cherry picked from commit b1568eeedc)
This commit is contained in:
parent
02989eceef
commit
5fb7dd046e
1 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,14 @@
|
|||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
/* Placeholder types (they are not accessed) */
|
||||
|
||||
typedef void * isc_thread_t;
|
||||
typedef void * isc_threadresult_t;
|
||||
typedef void * isc_threadarg_t;
|
||||
typedef void * isc_threadfunc_t;
|
||||
typedef void * isc_thread_key_t;
|
||||
|
||||
void
|
||||
isc_thread_setconcurrency(unsigned int level);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue