summaryrefslogtreecommitdiff
path: root/pthread.c
diff options
context:
space:
mode:
authorrpj <rpj>2002-02-18 03:16:52 +0000
committerrpj <rpj>2002-02-18 03:16:52 +0000
commita416ab17ecf9f2cb0f1e3f7bd645a8d1ce690ca2 (patch)
tree72f776cd64e48824a5578ff7a523bc69097143b4 /pthread.c
parente6f1797e9e9925ae7f9dda54806ef8f52ae3ed07 (diff)
Major reorganisation of source code; new routine and tests added.
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"