From 228f76d4dfe9a8a9b50e4c5ac8161a991fc8107c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 23 May 2017 00:47:19 +0200 Subject: sparc: cleanup sparc64 bits and unused soft-fp Remove a lot of unused 64 Bit header stuff. --- libc/sysdeps/linux/sparc/bits/shm.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libc/sysdeps/linux/sparc/bits/shm.h') diff --git a/libc/sysdeps/linux/sparc/bits/shm.h b/libc/sysdeps/linux/sparc/bits/shm.h index fff3769d7..7ef10fc76 100644 --- a/libc/sysdeps/linux/sparc/bits/shm.h +++ b/libc/sysdeps/linux/sparc/bits/shm.h @@ -1,6 +1,5 @@ /* Copyright (C) 1995, 1996, 1997, 2000, 2002, 2004 Free Software Foundation, Inc. - This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -21,7 +20,6 @@ #endif #include -#include /* Permission flag for shmget. */ #define SHM_R 0400 /* or S_IRUGO from */ @@ -50,17 +48,11 @@ typedef unsigned long int shmatt_t; struct shmid_ds { struct ipc_perm shm_perm; /* operation permission struct */ -#if __WORDSIZE == 32 unsigned int __pad1; -#endif __time_t shm_atime; /* time of last shmat() */ -#if __WORDSIZE == 32 unsigned int __pad2; -#endif __time_t shm_dtime; /* time of last shmdt() */ -#if __WORDSIZE == 32 unsigned int __pad3; -#endif __time_t shm_ctime; /* time of last change by shmctl() */ size_t shm_segsz; /* size of segment in bytes */ __pid_t shm_cpid; /* pid of creator */ -- cgit v1.2.3