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