diff options
Diffstat (limited to 'libthreads/rwlock.c')
-rw-r--r-- | libthreads/rwlock.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libthreads/rwlock.c b/libthreads/rwlock.c index 6fcb08c4..93533a97 100644 --- a/libthreads/rwlock.c +++ b/libthreads/rwlock.c @@ -1,6 +1,2 @@ -/* This file defines the real functions for the inlines in rwlock.h. */ - -#include <cthreads.h> - -#define _RWLOCK_DEFINE_FUNCTIONS /* Define the real functions. */ -#include <rwlock.h> +#define RWLOCK_EI +#include "rwlock.h" |