shithub: purgatorio

ref: 70eb96f88f3c6fa0f66d67ba469a07cfa4e13193
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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