1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#include <linux/linkage.h>
#include <asm/unistd.h>
#include <abi/vdso.h>

	.text
ENTRY(__vdso_rt_sigreturn)
	.cfi_startproc
	.cfi_signal_frame
	SET_SYSCALL_ID
	trap	0
	.cfi_endproc
ENDPROC(__vdso_rt_sigreturn)
掌心的温暖 是你紧握著的光芒 透过了指缝 一星半点投奔向远方