sys_removexattr
return sys_removexattr(l, &ua, retval);
.sy_call = (sy_call_t *)sys_removexattr
{ 384, sys_removexattr },
extern sy_call_t sys_removexattr;
check_syscall_args(sys_removexattr)
int sys_removexattr(struct lwp *, const struct sys_removexattr_args *, register_t *);