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