git: 9front

ref: 4b9f39b27fb44f607f9b5ba6be2f18b7099b5666
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);
}