Function report |
Source Code:arch\x86\kernel\signal_compat.c |
Create Date:2022-07-28 07:31:02 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sigaction_compat_abi
Proto:void sigaction_compat_abi(struct k_sigaction *act, struct k_sigaction *oact)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct k_sigaction * | act | |
| struct k_sigaction * | oact |
| 169 | If oact Then sa_flags &= ~(-uapi in-kernel SA_FLAGS for those indicates ABI for a signal frame | SA_X32_ABI) |
| 172 | If Not act Then Return |
| 178 | If in_ia32_syscall() Then sa_flags |= -uapi in-kernel SA_FLAGS for those indicates ABI for a signal frame |
| 180 | If in_x32_syscall() Then sa_flags |= SA_X32_ABI |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |