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