Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 474 → Rev 475

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