xref: /netbsd-src/tests/lib/libc/sys/t_mprotect_helper.c (revision afab4e300d3a9fb07dd8c80daf53d0feb3345706)
1 #include "t_mprotect_helper.h"
2 
3 #ifndef __hppa__
4 int
5 return_1(void)
6 {
7 	return 1;
8 }
9 int
10 return_2(void)
11 {
12 	return 2;
13 }
14 int
15 return_3(void)
16 {
17 	return 3;
18 }
19 #endif
20