Sergey Bugaev, le jeu. 04 janv. 2024 00:24:30 +0300, a ecrit:
> On Thu, Jan 4, 2024 at 12:08 AM Sergey Bugaev wrote:
> > This is testing installed headers, isn't it? — then
> > how come sysdeps/hurd/include/hurd.h is what gets found for ?
> > I'm rather sure the installed is a different file. So
On Thu, Jan 4, 2024 at 12:08 AM Sergey Bugaev wrote:
> This is testing installed headers, isn't it? — then
> how come sysdeps/hurd/include/hurd.h is what gets found for ?
> I'm rather sure the installed is a different file. So it
> would look like the test setup is broken, and this patch just exp
On Wed, Jan 3, 2024 at 11:43 PM Samuel Thibault wrote:
> Sergey Bugaev, le mer. 03 janv. 2024 20:14:34 +0300, a ecrit:
> > diff --git a/sysdeps/hurd/include/hurd.h b/sysdeps/hurd/include/hurd.h
> > index 568092d6..189fd44e 100644
> > --- a/sysdeps/hurd/include/hurd.h
> > +++ b/sysdeps/hurd/include
Applied the rest, thanks!
Sergey Bugaev, le mer. 03 janv. 2024 20:14:34 +0300, a ecrit:
> Signed-off-by: Sergey Bugaev
> ---
> hurd/hurdsig.c | 2 +-
> mach/lowlevellock.h| 1 +
> sysdeps/hurd/include/hurd.h| 1 +
> sysdeps/hurd/include/hurd/signal.h |
Sergey Bugaev, le mer. 03 janv. 2024 20:14:34 +0300, a ecrit:
> diff --git a/sysdeps/hurd/include/hurd.h b/sysdeps/hurd/include/hurd.h
> index 568092d6..189fd44e 100644
> --- a/sysdeps/hurd/include/hurd.h
> +++ b/sysdeps/hurd/include/hurd.h
> @@ -1,4 +1,5 @@
> #ifndef _HURD_H
> +#include
>
Signed-off-by: Sergey Bugaev
---
hurd/hurdsig.c | 2 +-
mach/lowlevellock.h| 1 +
sysdeps/hurd/include/hurd.h| 1 +
sysdeps/hurd/include/hurd/signal.h | 1 +
sysdeps/mach/hurd/mig-reply.c | 1 +
5 files changed, 5 insertions(+), 1 deletion(-)
diff