From: Adhemerval Zanella Date: Fri, 10 Jul 2020 17:48:17 +0000 (-0300) Subject: hurd: Fix build-many-glibcs.py X-Git-Tag: glibc-2.32~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3486924dc749d87ca7e5983b59baab474c6808a8;p=thirdparty%2Fglibc.git 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 --- diff --git a/sysdeps/hurd/include/sys/msg.h b/sysdeps/hurd/include/sys/msg.h new file mode 100644 index 00000000000..0f8026dda1a --- /dev/null +++ b/sysdeps/hurd/include/sys/msg.h @@ -0,0 +1 @@ +#include diff --git a/sysdeps/hurd/include/sys/sem.h b/sysdeps/hurd/include/sys/sem.h new file mode 100644 index 00000000000..b0fb201bd0e --- /dev/null +++ b/sysdeps/hurd/include/sys/sem.h @@ -0,0 +1 @@ +#include diff --git a/sysdeps/hurd/include/sys/shm.h b/sysdeps/hurd/include/sys/shm.h new file mode 100644 index 00000000000..1878fcc5be6 --- /dev/null +++ b/sysdeps/hurd/include/sys/shm.h @@ -0,0 +1 @@ +#include