code: purgatorio

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

View raw version
#include "dat.h"

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