Home | History | Annotate | Line # | Download | only in sys
t_mprotect_helper.c revision 1.1.2.2
      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