]> sourceware.org Git - glibc.git/commit
sysvipc: Remove the linux shm-pad.h file
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 30 Jun 2020 14:02:52 +0000 (11:02 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 9 Jul 2020 15:05:46 +0000 (12:05 -0300)
commit7929d779850aaaf9fd2377ed0945fb53f60dee63
treeedf6c66d337524fc97ad1527de6aab719e875488
parent380b7ced6ab792cf2095377498ed4bbc2716f139
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>
12 files changed:
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/bits/shm-pad.h [deleted file]
sysdeps/unix/sysv/linux/bits/shm.h
sysdeps/unix/sysv/linux/bits/types/struct_shmid_ds.h
sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h [deleted file]
sysdeps/unix/sysv/linux/hppa/bits/types/struct_shmid_ds.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/bits/shm-pad.h [deleted file]
sysdeps/unix/sysv/linux/mips/bits/types/struct_shmid_ds.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h [deleted file]
sysdeps/unix/sysv/linux/powerpc/bits/types/struct_shmid_ds.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/sparc/bits/shm-pad.h [deleted file]
sysdeps/unix/sysv/linux/sparc/bits/types/struct_shmid_ds.h [new file with mode: 0644]
This page took 0.40648 seconds and 5 git commands to generate.