summaryrefslogtreecommitdiff
path: root/libthreads/rwlock.c
blob: 6fcb08c4903e8e0e08f2b96d825021bf6e0ce1b4 (plain)
1
2
3
4
5
6
/* This file defines the real functions for the inlines in rwlock.h.  */

#include <cthreads.h>

#define _RWLOCK_DEFINE_FUNCTIONS /* Define the real functions.  */
#include <rwlock.h>