code: 9ferno

ref: 57446af9a447c3a81414131f2407a9ca6f6a1a94
dir: /emu/Linux/segflush-386.c/

View raw version
#include <sys/types.h>
#include <sys/syscall.h>

#include "dat.h"

int
segflush(void *a, ulong n)
{
	USED(a); USED(n);
	return 0;
}