Re: [PATCH glibc] Stop depending on the default_pager stubs provided by gnumach

2023-04-10 Thread Samuel Thibault
Applied, thanks! Flavio Cruz via Libc-alpha, le dim. 09 avril 2023 22:42:52 -0400, a ecrit: > The hurd source tree already provides the same stubs and they are only > needed there. > --- > sysdeps/mach/configure| 3 +-- > sysdeps/mach/configure.ac | 3 +-- > 2 files changed, 2 insertions(+),

[PATCH glibc] Stop depending on the default_pager stubs provided by gnumach

2023-04-09 Thread Flavio Cruz
The hurd source tree already provides the same stubs and they are only needed there. --- sysdeps/mach/configure| 3 +-- sysdeps/mach/configure.ac | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure index 8c341d59dc..b08872b8bc