shmid_ds13
__shmctl13(int shmid, int cmd, struct shmid_ds13 *ds13)
struct shmid_ds13 oshmbuf;
__shmid_ds13_to_native(const struct shmid_ds13 *oshmbuf, struct shmid_ds *shmbuf)
__native_to_shmid_ds13(const struct shmid_ds *shmbuf, struct shmid_ds13 *oshmbuf)
int __shmctl13(int, int, struct shmid_ds13 *);
static __inline void __shmid_ds13_to_native(const struct shmid_ds13 *, struct shmid_ds *);
static __inline void __native_to_shmid_ds13(const struct shmid_ds *, struct shmid_ds13 *);
syscallarg(struct shmid_ds13 *) buf;