git: purgatorio

ref: b7defb5ff290bb2f97e5e7d6948db0a9dc4bdd6a
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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