1	/* Dummy implementation for now.  */
2
3	.global _UI_siglongjmp_cont
4	.global _UI_longjmp_cont
5
6_UI_siglongjmp_cont:
7_UI_longjmp_cont:
8	ret
9#ifdef __linux__
10 /* We do not need executable stack.  */
11 .section  .note.GNU-stack,"",%progbits
12#endif
13