code: 9ferno

ref: 39563b4ec1faf917682a171f57ea60bc0c382dc9
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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