shithub: purgatorio

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