about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2020-02-25 14:52:27 -0800
committerAlistair Francis <alistair.francis@wdc.com>2020-04-29 08:29:30 -0700
commit246a53d3c6aeb4ab03b5dc83144207bc6a916011 (patch)
tree4b200811d545771615b649b966ca0dfa5e55ed89 /sysdeps/unix/sysv/linux/Makefile
parent86f4f2263bf21ff7f80905b3062c16213b016fe6 (diff)
downloadglibc-246a53d3c6aeb4ab03b5dc83144207bc6a916011.tar.gz
glibc-246a53d3c6aeb4ab03b5dc83144207bc6a916011.tar.xz
glibc-246a53d3c6aeb4ab03b5dc83144207bc6a916011.zip
bits/sem.h: Split out struct semid_ds
Split out the struct semid_ds into it's own file. This will allow us to
have architectures specify their own version.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 089a4899d5..db35c29351 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -90,6 +90,7 @@ sysdep_headers += sys/mount.h sys/acct.h \
 		  bits/termios-baud.h bits/termios-c_cflag.h \
 		  bits/termios-c_lflag.h bits/termios-tcflow.h \
 		  bits/termios-misc.h \
+		  bits/types/struct_semid_ds.h \
 		  bits/ipc-perm.h
 
 tests += tst-clone tst-clone2 tst-clone3 tst-fanotify tst-personality \