blob: 95c3efb1f4ae79cdc23111afded930756509a82a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#include "t_mprotect_helper.h"
#ifndef __hppa__
int
return_1(void)
{
return 1;
}
int
return_2(void)
{
return 2;
}
int
return_3(void)
{
return 3;
}
#endif
|