[PATCH] hurd: Fix build-many-glibcs.py

Florian Weimer fweimer@redhat.com
Mon Jul 13 13:07:32 GMT 2020


* 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



More information about the Libc-alpha mailing list