#include "t_mprotect_helper.h"

#ifndef __hppa__
int
return_1(void)
{
	return 1;
}
int
return_2(void)
{
	return 2;
}
int
return_3(void)
{
	return 3;
}
#endif
