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
       9  extern int __shmctl64 (int shmid, int cmd, struct __shmid64_ds *buf);
      10  libc_hidden_proto (__shmctl64);
      11  # endif
      12  
      13  #endif /* _ISOMAC  */
      14  
      15  #endif /* _SYS_SHM_H  */