diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-04 09:33:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-04 09:33:54 +0000 |
commit | 1bbe570f3e867b68676c4aeea191e92eec0ff181 (patch) | |
tree | 58a16bf327f50021ea4328b45e6b77098f559fe8 /libthreads | |
parent | 9c63e9b447b63561b21a60042f49a3973d00e3a8 (diff) |
Initial revision
Diffstat (limited to 'libthreads')
-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> |