diff options
-rw-r--r-- | libthreads/rwlock.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libthreads/rwlock.c b/libthreads/rwlock.c new file mode 100644 index 00000000..3bdce434 --- /dev/null +++ b/libthreads/rwlock.c @@ -0,0 +1,6 @@ +/* This file defines the real functions for the inlines in rwlock.h. */ + +#include <cthreads.h> + +#define _EXTERN_INLINE /* Define the real functions. */ +#include <rwlock.h> |