From 771465fed0cf50ee2dd790723245fc091699c324 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 17 May 2004 01:38:02 +0000 Subject: re-indentation, bug fixes, hooks for pre-emptive async cancelation --- pthread.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pthread.c') diff --git a/pthread.c b/pthread.c index 03fd7bd..8be21cd 100644 --- a/pthread.c +++ b/pthread.c @@ -39,6 +39,9 @@ #include "pthread.h" #include "implement.h" +/* The following are ordered for inlining */ + +#include "private.c" #include "attr.c" #include "barrier.c" #include "cancel.c" @@ -53,7 +56,6 @@ #include "misc.c" #include "mutex.c" #include "nonportable.c" -#include "private.c" #include "rwlock.c" #include "sched.c" #include "semaphore.c" -- cgit v1.2.3