From a50745ec922a917513029f3f87bf820827b43f29 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 14 Aug 2003 08:53:17 +0000 Subject: Reuse of thread IDs, improved thread ID validation, new tests, bug fixes. --- misc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc.c') diff --git a/misc.c b/misc.c index 8aa7f96..d1528c4 100644 --- a/misc.c +++ b/misc.c @@ -38,6 +38,7 @@ #include "implement.h" +#include "pthread_kill.c" #include "pthread_once.c" #include "pthread_self.c" #include "pthread_equal.c" @@ -45,5 +46,6 @@ #include "pthread_getconcurrency.c" #include "ptw32_new.c" #include "ptw32_calloc.c" +#include "ptw32_reuse.c" #include "w32_CancelableWait.c" -- cgit v1.2.3