1#ifndef _SYS_SHM_H
2#include <sysvipc/sys/shm.h>
3
4#ifndef _ISOMAC
5
6# if __TIMESIZE == 64
7# define __shmctl64 __shmctl
8# else
9extern int __shmctl64 (int shmid, int cmd, struct __shmid64_ds *buf);
10libc_hidden_proto (__shmctl64);
11# endif
12
13#endif /* _ISOMAC */
14
15#endif /* _SYS_SHM_H */
16

source code of glibc/sysdeps/unix/sysv/linux/include/sys/shm.h