Home
last modified time | relevance | path

Searched refs:copy_siginfo_from_user_any (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c3717 static int copy_siginfo_from_user_any(kernel_siginfo_t *kinfo, siginfo_t *info) in copy_siginfo_from_user_any() function
3789 ret = copy_siginfo_from_user_any(&kinfo, info); in SYSCALL_DEFINE4()