about summary refs log tree commit diff
path: root/sysdeps/hurd
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-07-10 14:48:17 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-07-13 14:25:03 -0300
commit3486924dc749d87ca7e5983b59baab474c6808a8 (patch)
treec1cd00cf7c3ce623d93c7763abfeeb8c197bf071 /sysdeps/hurd
parent107e6a3c2212ba7a3a4ec7cae8d82d73f7c95d0b (diff)
downloadglibc-3486924dc749d87ca7e5983b59baab474c6808a8.tar.gz
glibc-3486924dc749d87ca7e5983b59baab474c6808a8.tar.xz
glibc-3486924dc749d87ca7e5983b59baab474c6808a8.zip
hurd: Fix build-many-glibcs.py
It fixes the issue report by Joseph [1].

Checked with a build-many-glibcs.py build for i686-gnu.

[1] https://sourceware.org/pipermail/libc-alpha/2020-July/116134.html
Diffstat (limited to 'sysdeps/hurd')
-rw-r--r--sysdeps/hurd/include/sys/msg.h1
-rw-r--r--sysdeps/hurd/include/sys/sem.h1
-rw-r--r--sysdeps/hurd/include/sys/shm.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/hurd/include/sys/msg.h b/sysdeps/hurd/include/sys/msg.h
new file mode 100644
index 0000000000..0f8026dda1
--- /dev/null
+++ b/sysdeps/hurd/include/sys/msg.h
@@ -0,0 +1 @@
+#include <sysvipc/sys/msg.h>
diff --git a/sysdeps/hurd/include/sys/sem.h b/sysdeps/hurd/include/sys/sem.h
new file mode 100644
index 0000000000..b0fb201bd0
--- /dev/null
+++ b/sysdeps/hurd/include/sys/sem.h
@@ -0,0 +1 @@
+#include <sysvipc/sys/sem.h>
diff --git a/sysdeps/hurd/include/sys/shm.h b/sysdeps/hurd/include/sys/shm.h
new file mode 100644
index 0000000000..1878fcc5be
--- /dev/null
+++ b/sysdeps/hurd/include/sys/shm.h
@@ -0,0 +1 @@
+#include <sysvipc/sys/shm.h>