Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 170 → Rev 171

/SPARTAN/trunk/test/synch/rwlock3/test.c
40,7 → 40,7
static rwlock_t rwlock;
 
static void reader(void *arg);
static void failed(void *arg);
static void failed(void);
 
void reader(void *arg)
{