NetBSD/tests/lib/libc/sys/t_mprotect_helper.c

18 lines
134 B
C

#include "t_mprotect_helper.h"
int
return_1(void)
{
return 1;
}
int
return_2(void)
{
return 2;
}
int
return_3(void)
{
return 3;
}