summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys/t_mprotect_helper.h
blob: 5238bec302c555a912bffbb297ccf5abdf90c194 (plain)
1
2
3
4
5
6
7
8
9
#ifdef __hppa__
extern char return_1[];
extern char return_2[];
extern char return_3[];
#else
int return_1(void);
int return_2(void);
int return_3(void);
#endif