code: 9ferno

ref: 57446af9a447c3a81414131f2407a9ca6f6a1a94
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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