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