Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:18:06 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:COMPAT_SYSCALL_DEFINE2
Proto:COMPAT_SYSCALL_DEFINE2(rt_sigsuspend, compat_sigset_t __user *, unewset, compat_size_t, sigsetsize)
Type:
Parameter:Nothing
4470 | If sigsetsize != sizeof(sigset_t) Then Return -EINVAL |
4473 | If get_compat_sigset( & newset, unewset) Then Return -EFAULT |
4475 | Return sigsuspend( & newset) |
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 |