diff options
-rw-r--r-- | libthreads/rwlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libthreads/rwlock.c b/libthreads/rwlock.c index 3bdce434..6fcb08c4 100644 --- a/libthreads/rwlock.c +++ b/libthreads/rwlock.c @@ -2,5 +2,5 @@ #include <cthreads.h> -#define _EXTERN_INLINE /* Define the real functions. */ +#define _RWLOCK_DEFINE_FUNCTIONS /* Define the real functions. */ #include <rwlock.h> |