shithub: purgatorio

ref: 5edeca01b0622463a65c126ebcc29314013fd928
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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