From 1bbe570f3e867b68676c4aeea191e92eec0ff181 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 4 May 1996 09:33:54 +0000 Subject: Initial revision --- libthreads/rwlock.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libthreads/rwlock.c (limited to 'libthreads') 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 + +#define _EXTERN_INLINE /* Define the real functions. */ +#include -- cgit v1.2.3