shithub: purgatorio

ref: 76b565d8b219c8db94a882e93725b4ab735414de
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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