var scope reduction
[trinity.git] / syscalls / sigpending.c
blob30a0259eca319fb55b08215ddc345b908ec0a8bf
1 /*
2 * SYSCALL_DEFINE1(sigpending, old_sigset_t __user *, set)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_sigpending = {
7 .name = "sigpending",
8 .num_args = 1,
9 .arg1name = "set",
10 .arg1type = ARG_ADDRESS,