shithub: purgatorio

ref: 9ca327dd06c30341d984bff84727ea451b428db7
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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