code: 9ferno

ref: 97d9da73218273da5b0f7657c86df50b8fc0d127
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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