shithub: purgatorio

ref: 3efb5bbb4061056e523858b134c555949591efe2
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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