From: Mukund Sivaraman Date: Sat, 22 Apr 2017 14:28:51 +0000 (+0530) Subject: Add missing types for non-threaded build X-Git-Tag: v9.12.0a1~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1568eeedcf97b3dab906023e66c2f7e56578819;p=thirdparty%2Fbind9.git Add missing types for non-threaded build --- diff --git a/lib/isc/nothreads/include/isc/thread.h b/lib/isc/nothreads/include/isc/thread.h index 6a0a944f8e2..c4ca050c434 100644 --- a/lib/isc/nothreads/include/isc/thread.h +++ b/lib/isc/nothreads/include/isc/thread.h @@ -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);