diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-06-29 18:21:14 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-07-09 12:05:40 -0300 |
commit | 078a8920854217d0251fa699145174121e76f15d (patch) | |
tree | 1bdf331ac97457b2593be4f4367e67695af88ae7 /sysdeps/unix/sysv/linux/Makefile | |
parent | dba950e3174a5210b900a26a7d2f361cadea2834 (diff) | |
download | glibc-078a8920854217d0251fa699145174121e76f15d.tar.gz glibc-078a8920854217d0251fa699145174121e76f15d.tar.xz glibc-078a8920854217d0251fa699145174121e76f15d.zip |
sysvipc: Split out linux struct semid_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> Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-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 2ee83e88d7..4fdc67a15e 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -92,6 +92,7 @@ sysdep_headers += sys/mount.h sys/acct.h \ bits/termios-c_lflag.h bits/termios-tcflow.h \ bits/termios-misc.h \ bits/types/struct_semid_ds.h \ + bits/types/struct_msqid_ds.h \ bits/ipc-perm.h \ sys/rseq.h bits/rseq.h |