]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Fix build-many-glibcs.py
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 10 Jul 2020 17:48:17 +0000 (14:48 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 13 Jul 2020 17:25:03 +0000 (14:25 -0300)
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

sysdeps/hurd/include/sys/msg.h [new file with mode: 0644]
sysdeps/hurd/include/sys/sem.h [new file with mode: 0644]
sysdeps/hurd/include/sys/shm.h [new file with mode: 0644]

diff --git a/sysdeps/hurd/include/sys/msg.h b/sysdeps/hurd/include/sys/msg.h
new file mode 100644 (file)
index 0000000..0f8026d
--- /dev/null
@@ -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 (file)
index 0000000..b0fb201
--- /dev/null
@@ -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 (file)
index 0000000..1878fcc
--- /dev/null
@@ -0,0 +1 @@
+#include <sysvipc/sys/shm.h>