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