1	.global _UI_setcontext
2
3_UI_setcontext:
4	retq
5
6#ifdef __linux__
7        /* We do not need executable stack.  */
8        .section        .note.GNU-stack,"",@progbits
9#endif
10