var scope reduction
[trinity.git] / syscalls / uselib.c
blob0d82254a40b5e681f36872205b7278e2696dc3b9
1 /*
2 * SYSCALL_DEFINE1(uselib, const char __user *, library)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_uselib = {
7 .name = "uselib",
8 .num_args = 1,
9 .arg1name = "library",
10 .arg1type = ARG_ADDRESS,