vfs: check userland buffers before reading them.
[haiku.git] / src / libs / libunwind / ppc64 / setcontext.S
bloba72f81f583cc61860a50218ab2b74c16fa17fa85
1         .global _UI_setcontext
3 _UI_setcontext:
4         blr
6 #ifdef __linux__
7         /* We do not need executable stack.  */
8         .section        .note.GNU-stack,"",@progbits
9 #endif