diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-06-30 10:30:14 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-07-09 12:05:46 -0300 |
commit | 380b7ced6ab792cf2095377498ed4bbc2716f139 (patch) | |
tree | af068b44b921678f85f8cb25d23e265f15241f9f /sysdeps/unix/sysv/linux/Makefile | |
parent | 3283f711132eaadc4f04bd8c1d84c910c29ba066 (diff) | |
download | glibc-380b7ced6ab792cf2095377498ed4bbc2716f139.tar.gz glibc-380b7ced6ab792cf2095377498ed4bbc2716f139.tar.xz glibc-380b7ced6ab792cf2095377498ed4bbc2716f139.zip |
sysvipc: Split out linux struct shmid_ds
This will allow us to have architectures specify their own version. Not semantic changes expected. Checked with a build against the all affected ABIs. 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index f15392b499..a8f171bdc5 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -93,6 +93,7 @@ sysdep_headers += sys/mount.h sys/acct.h \ bits/termios-misc.h \ bits/types/struct_semid_ds.h \ bits/types/struct_msqid_ds.h \ + bits/types/struct_shmid_ds.h \ bits/ipc-perm.h \ sys/rseq.h bits/rseq.h |