]> sourceware.org Git - glibc.git/commit
semctl: Remove the sem-pad.h file
authorAlistair Francis <alistair.francis@wdc.com>
Tue, 25 Feb 2020 23:52:59 +0000 (15:52 -0800)
committerAlistair Francis <alistair.francis@wdc.com>
Wed, 29 Apr 2020 15:29:30 +0000 (08:29 -0700)
commit05332ac38b245c1983b306aa6909abfc48988a5f
treee364533b63e5c5a36d62b0a14bcbd76fe31f80c8
parent246a53d3c6aeb4ab03b5dc83144207bc6a916011
semctl: Remove the sem-pad.h file

Remove the sem-pad.h file and instead have architectures override the
struct semid_ds via the bits/types/struct_semid_ds.h file.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/bits/sem.h
sysdeps/unix/sysv/linux/bits/types/struct_semid_ds.h
sysdeps/unix/sysv/linux/hppa/bits/types/struct_semid_ds.h [moved from sysdeps/unix/sysv/linux/bits/sem-pad.h with 51% similarity]
sysdeps/unix/sysv/linux/mips/bits/sem-pad.h [deleted file]
sysdeps/unix/sysv/linux/mips/bits/types/struct_semid_ds.h [moved from sysdeps/unix/sysv/linux/sparc/bits/sem-pad.h with 56% similarity]
sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h [deleted file]
sysdeps/unix/sysv/linux/powerpc/bits/types/struct_semid_ds.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/sparc/bits/types/struct_semid_ds.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86/bits/sem-pad.h [deleted file]
sysdeps/unix/sysv/linux/x86/bits/types/struct_semid_ds.h [moved from sysdeps/unix/sysv/linux/hppa/bits/sem-pad.h with 53% similarity]
This page took 0.050552 seconds and 5 git commands to generate.