code: purgatorio

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