shithub: purgatorio

ref: c02306479fb810515b4905e6df7ad2f74b8e7173
dir: /emu/NetBSD/segflush-386.c/

View raw version
#include "dat.h"

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