shithub: purgatorio

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

View raw version
#include "dat.h"

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