public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] hurd: Fix build-many-glibcs.py
@ 2020-07-13 12:37 Adhemerval Zanella
  2020-07-13 13:07 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: Adhemerval Zanella @ 2020-07-13 12:37 UTC (permalink / raw)
  To: libc-alpha

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 | 1 +
 sysdeps/hurd/include/sys/sem.h | 1 +
 sysdeps/hurd/include/sys/shm.h | 1 +
 3 files changed, 3 insertions(+)
 create mode 100644 sysdeps/hurd/include/sys/msg.h
 create mode 100644 sysdeps/hurd/include/sys/sem.h
 create mode 100644 sysdeps/hurd/include/sys/shm.h

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>
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] hurd: Fix build-many-glibcs.py
  2020-07-13 12:37 [PATCH] hurd: Fix build-many-glibcs.py Adhemerval Zanella
@ 2020-07-13 13:07 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2020-07-13 13:07 UTC (permalink / raw)
  To: Adhemerval Zanella via Libc-alpha

* Adhemerval Zanella via Libc-alpha:

> 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>

This looks okay to me.

Thanks,
Florian


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-13 13:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-13 12:37 [PATCH] hurd: Fix build-many-glibcs.py Adhemerval Zanella
2020-07-13 13:07 ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).