summaryrefslogtreecommitdiff
path: root/pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.c')
-rw-r--r--pthread.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/pthread.c b/pthread.c
index be70f38..8fb39d7 100644
--- a/pthread.c
+++ b/pthread.c
@@ -2,7 +2,7 @@
* pthread.c
*
* Description:
- * This translation unit agregates operations on threads.
+ * This translation unit agregates pthreads-win32 translation units.
* It is used for inline optimisation of the library,
* maximising for speed at the expense of size.
*
@@ -42,4 +42,9 @@
#include "attr.c"
#include "barrier.c"
#include "cancel.c"
+#include "condvar.c"
+#include "misc.c"
+#include "mutex.c"
+#include "private.c"
+#include "rwlock.c"
#include "semaphore.c"