xref: /haiku/src/system/libroot/posix/arch/sparc/sigsetjmp.S (revision 5b189b0e1e2f51f367bfcb126b2f00a3702f352d)
1/* Copyright 2019, Adrien Destugues, pulkomandy@pulkomandy.tk.
2 * Distributed under the terms of the MIT License.
3 */
4
5
6#include <asm_defs.h>
7
8
9/* int setjmp(jmp_buf buffer) */
10FUNCTION(setjmp):
11FUNCTION(_setjmp):
12	ret
13FUNCTION_END(setjmp)
14