about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/include/sys/shm.h
blob: 530a1cdfc9023fd2a4b28f5a26c1c047868f8a0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _SYS_SHM_H
#include <sysvipc/sys/shm.h>

#ifndef _ISOMAC

# include <bits/types/struct_shmid64_ds.h>

# if __TIMESIZE == 64
#  define __shmctl64 __shmctl
# else
extern int __shmctl64 (int shmid, int cmd, struct __shmid64_ds *buf);
libc_hidden_proto (__shmctl64);
# endif

#endif /* _ISOMAC  */

#endif /* _SYS_SHM_H  */