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