code: purgatorio

ref: 63392be12a1a657419af2d2966995428721f18f3
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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