Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 474 → Rev 475

/SPARTAN/trunk/test/synch/rwlock4/test.c
49,7 → 49,7
 
static waitq_t can_start;
 
__u32 seed = 0xdeadbeaf;
__u32 seed = 0xdeadbeef;
 
static __u32 random(__u32 max);