git: purgatorio

ref: 75c92428225428c8fde2d015f010e608a0b12f1d
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

int
segflush(void *a, ulong n)
{
	USED(a);
	USED(n);
	return 0;
}