shmget_args
{ AS(shmget_args), 4, (sy_call_t *)sys_shmget }, /* 231 = shmget */
const struct shmget_args *uap, int mode, int segnum)
const struct shmget_args *uap, int mode)
const struct shmget_args *uap, int mode);
const struct shmget_args *uap, int mode, int segnum);
sys_shmget(struct sysmsg *sysmsg, const struct shmget_args *uap)
int sys_shmget (struct sysmsg *sysmsg, const struct shmget_args *);
struct shmget_args shmget;