xref: /haiku/src/system/libroot/posix/arch/riscv64/sigsetjmp.S (revision 21258e2674226d6aa732321b6f8494841895af5f)
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