summaryrefslogtreecommitdiff
path: root/libthreads/rwlock.c
blob: 3bdce434600e07f557e716e4ca8a0443a4333313 (plain)
1
2
3
4
5
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>