mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:59:59 -04:00
Add missing types for non-threaded build
This commit is contained in:
parent
3a10cf1f07
commit
b1568eeedc
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