xref: /netbsd-src/tests/lib/libc/sys/t_mprotect_helper.c (revision e038c9c4676b0f19b1b7dd08a940c6ed64a6d5ae)
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