sys_lchmod
int sys_lchmod(struct lwp *, const struct sys_lchmod_args *, register_t *);
.sy_call = (sy_call_t *)sys_lchmod
int sys_lchmod(struct lwp *, const struct sys_lchmod_args *, register_t *);
.sy_call = (sy_call_t *)sys_lchmod
return sys_lchmod(l, &ua, retval);
.sy_call = (sy_call_t *)sys_lchmod
{ 274, sys_lchmod },
extern sy_call_t sys_lchmod;
check_syscall_args(sys_lchmod)
int sys_lchmod(struct lwp *, const struct sys_lchmod_args *, register_t *);