diff options
author | rpj <rpj> | 2003-08-14 08:53:17 +0000 |
---|---|---|
committer | rpj <rpj> | 2003-08-14 08:53:17 +0000 |
commit | a50745ec922a917513029f3f87bf820827b43f29 (patch) | |
tree | 1e221862e0550d163baef12d17634430ae677824 /misc.c | |
parent | 414f4bd7e70d94025576d9264c86da63c506f6ca (diff) |
Reuse of thread IDs, improved thread ID validation, new tests, bug fixes.
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |