Home | History | Annotate | Line # | Download | only in sys
      1 #include "t_mprotect_helper.h"
      2 
      3 #ifndef __hppa__
      4 int
      5 return_1(void)
      6 {
      7 	return 1;
      8 }
      9 int
     10 return_2(void)
     11 {
     12 	return 2;
     13 }
     14 int
     15 return_3(void)
     16 {
     17 	return 3;
     18 }
     19 #endif
     20