1#include "t_mprotect_helper.h"
2
3#ifndef __hppa__
4int
5return_1(void)
6{
7	return 1;
8}
9int
10return_2(void)
11{
12	return 2;
13}
14int
15return_3(void)
16{
17	return 3;
18}
19#endif
20