shithub: purgatorio

ref: 063c3f398e949895bb9795539e83a2e0be364376
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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