code: purgatorio

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

View raw version
#include "dat.h"

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