summaryrefslogtreecommitdiff
path: root/libthreads/rwlock.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-04 09:33:54 +0000
committerRoland McGrath <roland@gnu.org>1996-05-04 09:33:54 +0000
commit1bbe570f3e867b68676c4aeea191e92eec0ff181 (patch)
tree58a16bf327f50021ea4328b45e6b77098f559fe8 /libthreads/rwlock.c
parent9c63e9b447b63561b21a60042f49a3973d00e3a8 (diff)
Initial revision
Diffstat (limited to 'libthreads/rwlock.c')
-rw-r--r--libthreads/rwlock.c6
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>