shithub: purgatorio

ref: 06fac9885c8349fe2e06ffdd36817f65adc0fd66
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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