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