summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sparc/bits/shm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/bits/shm.h')
-rw-r--r--sysdeps/unix/sysv/linux/sparc/bits/shm.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/shm.h b/sysdeps/unix/sysv/linux/sparc/bits/shm.h
index 8f2ee52296..e43de59fe1 100644
--- a/sysdeps/unix/sysv/linux/sparc/bits/shm.h
+++ b/sysdeps/unix/sysv/linux/sparc/bits/shm.h
@@ -61,23 +61,6 @@ struct shmid_ds
unsigned long int __unused2;
};
-#ifdef __LIBC_IPC_INTERNAL
-struct __old_shmid_ds
- {
- struct __old_ipc_perm shm_perm; /* operation permission struct */
- int shm_segsz; /* size of segment in bytes */
- __time_t shm_atime; /* time of last shmat() */
- __time_t shm_dtime; /* time of last shmdt() */
- __time_t shm_ctime; /* time of last change by shmctl() */
- __ipc_pid_t shm_cpid; /* pid of creator */
- __ipc_pid_t shm_lpid; /* pid of last shmop */
- unsigned short int shm_nattch; /* number of current attaches */
- unsigned short int __shm_npages; /* size of segment (pages) */
- unsigned long int *__shm_pages; /* array of ptrs to frames -> SHMMAX */
- struct vm_area_struct *__attaches; /* descriptors for attaches */
- };
-#endif
-
#ifdef __USE_MISC
/* ipcs ctl commands */
@@ -101,15 +84,6 @@ struct shminfo
unsigned long __unused4;
};
-struct __old_shminfo
- {
- int shmmax;
- int shmmin;
- int shmmni;
- int shmseg;
- int shmall;
- };
-
struct shm_info
{
int used_ids;