git: purgatorio

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

View raw version
#include "dat.h"

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