summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorrpj <rpj>2003-08-14 08:53:17 +0000
committerrpj <rpj>2003-08-14 08:53:17 +0000
commita50745ec922a917513029f3f87bf820827b43f29 (patch)
tree1e221862e0550d163baef12d17634430ae677824 /misc.c
parent414f4bd7e70d94025576d9264c86da63c506f6ca (diff)
Reuse of thread IDs, improved thread ID validation, new tests, bug fixes.
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 2 insertions, 0 deletions
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"