diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-06-30 11:02:52 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-07-09 12:05:46 -0300 |
commit | 7929d779850aaaf9fd2377ed0945fb53f60dee63 (patch) | |
tree | edf6c66d337524fc97ad1527de6aab719e875488 /sysdeps/unix/sysv/linux/Makefile | |
parent | 380b7ced6ab792cf2095377498ed4bbc2716f139 (diff) | |
download | glibc-7929d779850aaaf9fd2377ed0945fb53f60dee63.tar glibc-7929d779850aaaf9fd2377ed0945fb53f60dee63.tar.gz glibc-7929d779850aaaf9fd2377ed0945fb53f60dee63.tar.bz2 glibc-7929d779850aaaf9fd2377ed0945fb53f60dee63.zip |
sysvipc: Remove the linux shm-pad.h file
Each architecture overrides the struct msqid_ds which its required
kernel ABI one.
Checked on x86_64-linux-gnu and some bases sysvipc tests on hppa,
mips, mipsle, mips64, mips64le, sparc64, sparcv9, powerpc64le,
powerpc64, and powerpc.
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Tested-by: Alistair Francis <alistair.francis@wdc.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index a8f171bdc5..79f5cf2554 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -85,7 +85,7 @@ sysdep_headers += sys/mount.h sys/acct.h \ bits/siginfo-arch.h bits/siginfo-consts-arch.h \ bits/procfs.h bits/procfs-id.h bits/procfs-extra.h \ bits/procfs-prregset.h bits/mman-map-flags-generic.h \ - bits/shmlba.h bits/shm-pad.h \ + bits/shmlba.h \ bits/termios-struct.h bits/termios-c_cc.h \ bits/termios-c_iflag.h bits/termios-c_oflag.h \ bits/termios-baud.h bits/termios-c_cflag.h \ |