ref: eda0723dd3e8d781dd323bb20207ce1f1dfcc368 dir: /emu/NetBSD/segflush-386.c/
#include "dat.h" int segflush(void *a, ulong n) { USED(a); USED(n); return 0; }