Add missing types for non-threaded build

(cherry picked from commit b1568eeedc)
This commit is contained in:
Mukund Sivaraman 2017-04-22 19:58:51 +05:30
parent 02989eceef
commit 5fb7dd046e

View file

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