1
0
mirror of https://git.musl-libc.org/git/musl synced 2025-10-05 21:12:41 +02:00

riscv: mark __restore and __restore_rt hidden

This commit is contained in:
Alex Rønne Petersen
2024-11-23 01:20:08 +01:00
committed by Rich Felker
parent f1cda422cd
commit 362fc54572
2 changed files with 4 additions and 0 deletions

View File

@@ -1,7 +1,9 @@
.global __restore
.hidden __restore
.type __restore, %function
__restore:
.global __restore_rt
.hidden __restore_rt
.type __restore_rt, %function
__restore_rt:
li a7, 139 # SYS_rt_sigreturn

View File

@@ -1,7 +1,9 @@
.global __restore
.hidden __restore
.type __restore, %function
__restore:
.global __restore_rt
.hidden __restore_rt
.type __restore_rt, %function
__restore_rt:
li a7, 139 # SYS_rt_sigreturn