dup2_args
{ AS(dup2_args), 4, (sy_call_t *)sys_dup2 }, /* 90 = dup2 */
sys_dup2(struct sysmsg *sysmsg, const struct dup2_args *uap)
int sys_dup2 (struct sysmsg *sysmsg, const struct dup2_args *);
struct dup2_args dup2;