public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH glibc] Stop depending on the default_pager stubs provided by gnumach
@ 2023-04-10  2:42 Flavio Cruz
  2023-04-10 17:02 ` Samuel Thibault
  0 siblings, 1 reply; 2+ messages in thread
From: Flavio Cruz @ 2023-04-10  2:42 UTC (permalink / raw)
  To: bug-hurd, libc-alpha

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 100644
--- a/sysdeps/mach/configure
+++ b/sysdeps/mach/configure
@@ -248,8 +248,7 @@ mach_interface_list=
 for ifc in mach mach4 gnumach \
 	   clock clock_priv host_priv host_security ledger lock_set \
 	   processor processor_set task task_notify thread_act vm_map \
-	   memory_object memory_object_default default_pager \
-	   machine/mach_i386 \
+	   memory_object memory_object_default machine/mach_i386 \
 	   ; do
   as_ac_Header=`$as_echo "ac_cv_header_mach/${ifc}.defs" | $as_tr_sh`
 ac_fn_c_check_header_preproc "$LINENO" "mach/${ifc}.defs" "$as_ac_Header"
diff --git a/sysdeps/mach/configure.ac b/sysdeps/mach/configure.ac
index 579c0021d5..537677c1d7 100644
--- a/sysdeps/mach/configure.ac
+++ b/sysdeps/mach/configure.ac
@@ -63,8 +63,7 @@ mach_interface_list=
 for ifc in mach mach4 gnumach \
 	   clock clock_priv host_priv host_security ledger lock_set \
 	   processor processor_set task task_notify thread_act vm_map \
-	   memory_object memory_object_default default_pager \
-	   machine/mach_i386 \
+	   memory_object memory_object_default machine/mach_i386 \
 	   ; do
   AC_CHECK_HEADER(mach/${ifc}.defs, [dnl
   mach_interface_list="$mach_interface_list $ifc"],, -)
-- 
2.39.2


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

* Re: [PATCH glibc] Stop depending on the default_pager stubs provided by gnumach
  2023-04-10  2:42 [PATCH glibc] Stop depending on the default_pager stubs provided by gnumach Flavio Cruz
@ 2023-04-10 17:02 ` Samuel Thibault
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Thibault @ 2023-04-10 17:02 UTC (permalink / raw)
  To: Flavio Cruz; +Cc: bug-hurd, libc-alpha

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(+), 4 deletions(-)
> 
> diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure
> index 8c341d59dc..b08872b8bc 100644
> --- a/sysdeps/mach/configure
> +++ b/sysdeps/mach/configure
> @@ -248,8 +248,7 @@ mach_interface_list=
>  for ifc in mach mach4 gnumach \
>  	   clock clock_priv host_priv host_security ledger lock_set \
>  	   processor processor_set task task_notify thread_act vm_map \
> -	   memory_object memory_object_default default_pager \
> -	   machine/mach_i386 \
> +	   memory_object memory_object_default machine/mach_i386 \
>  	   ; do
>    as_ac_Header=`$as_echo "ac_cv_header_mach/${ifc}.defs" | $as_tr_sh`
>  ac_fn_c_check_header_preproc "$LINENO" "mach/${ifc}.defs" "$as_ac_Header"
> diff --git a/sysdeps/mach/configure.ac b/sysdeps/mach/configure.ac
> index 579c0021d5..537677c1d7 100644
> --- a/sysdeps/mach/configure.ac
> +++ b/sysdeps/mach/configure.ac
> @@ -63,8 +63,7 @@ mach_interface_list=
>  for ifc in mach mach4 gnumach \
>  	   clock clock_priv host_priv host_security ledger lock_set \
>  	   processor processor_set task task_notify thread_act vm_map \
> -	   memory_object memory_object_default default_pager \
> -	   machine/mach_i386 \
> +	   memory_object memory_object_default machine/mach_i386 \
>  	   ; do
>    AC_CHECK_HEADER(mach/${ifc}.defs, [dnl
>    mach_interface_list="$mach_interface_list $ifc"],, -)
> -- 
> 2.39.2
> 

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.

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

end of thread, other threads:[~2023-04-10 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-10  2:42 [PATCH glibc] Stop depending on the default_pager stubs provided by gnumach Flavio Cruz
2023-04-10 17:02 ` Samuel Thibault

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