Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 
0003 #include <linux/linkage.h>
0004 #include <asm/unistd.h>
0005 #include <abi/vdso.h>
0006 
0007     .text
0008 ENTRY(__vdso_rt_sigreturn)
0009     .cfi_startproc
0010     .cfi_signal_frame
0011     SET_SYSCALL_ID
0012     trap    0
0013     .cfi_endproc
0014 ENDPROC(__vdso_rt_sigreturn)