ref: 2459e34d77e2e21ef829c0dfaafd99433899494f 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; }