]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing types for non-threaded build
authorMukund Sivaraman <muks@isc.org>
Sat, 22 Apr 2017 14:28:51 +0000 (19:58 +0530)
committerMukund Sivaraman <muks@isc.org>
Sat, 22 Apr 2017 14:28:51 +0000 (19:58 +0530)
lib/isc/nothreads/include/isc/thread.h

index 6a0a944f8e269a6655739afac536150c28028218..c4ca050c434b1913d8b7b3db3273079355633efe 100644 (file)
 
 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);