git: 9front

ref: 4fd1bf0724c01b033532f643d228f6fb6cfcb886
dir: /sys/src/cmd/fossil/nobwatch.c/

View raw version
#include "stdinc.h"
#include "dat.h"
#include "fns.h"
#include "error.h"

void
bwatchReset(uchar score[VtScoreSize])
{
	USED(score);
}

void
bwatchInit(void)
{
}

void
bwatchSetBlockSize(uint)
{
}

void
bwatchDependency(Block *b)
{
	USED(b);
}

void
bwatchLock(Block *b)
{
	USED(b);
}

void
bwatchUnlock(Block *b)
{
	USED(b);
}