public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hurd: Fix build-many-glibcs.py
@ 2020-07-13 17:25 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2020-07-13 17:25 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3486924dc749d87ca7e5983b59baab474c6808a8

commit 3486924dc749d87ca7e5983b59baab474c6808a8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Jul 10 14:48:17 2020 -0300

    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:
---
 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(+)

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>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-13 17:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-13 17:25 [glibc] hurd: Fix build-many-glibcs.py Adhemerval Zanella

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