ref: e11c7aa718df592bd69de53ce1d6498cc870f256 dir: /emu/Linux/segflush-386.c/
#include <sys/types.h> #include <sys/syscall.h> #include "dat.h" int segflush(void *a, ulong n) { USED(a); USED(n); return 0; }