mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:40:00 -04:00
[master] add util.h
This commit is contained in:
parent
c8abbc4312
commit
532a001001
1 changed files with 1 additions and 2 deletions
|
|
@ -6,13 +6,12 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
/* $Id: thread.c,v 1.24 2007/06/19 23:47:19 tbox Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <process.h>
|
||||
|
||||
#include <isc/thread.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
isc_result_t
|
||||
isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg,
|
||||
|
|
|
|||
Loading…
Reference in a new issue