mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Revert "hurd: Stop depending on the default_pager stubs provided by gnumach"
This reverts commit f7f7dd8009
.
default_pager is actually also used in e.g. xosview.
This commit is contained in:
parent
461cab1de7
commit
e5c2738f17
3
sysdeps/mach/configure
vendored
3
sysdeps/mach/configure
vendored
@ -279,7 +279,8 @@ 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 i386/mach_i386 x86_64/mach_i386 \
|
||||
memory_object memory_object_default default_pager \
|
||||
i386/mach_i386 x86_64/mach_i386 \
|
||||
; do
|
||||
as_ac_Header=`printf "%s\n" "ac_cv_header_mach/${ifc}.defs" | sed "$as_sed_sh"`
|
||||
ac_fn_c_check_header_preproc "$LINENO" "mach/${ifc}.defs" "$as_ac_Header"
|
||||
|
@ -63,7 +63,8 @@ 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 i386/mach_i386 x86_64/mach_i386 \
|
||||
memory_object memory_object_default default_pager \
|
||||
i386/mach_i386 x86_64/mach_i386 \
|
||||
; do
|
||||
AC_CHECK_HEADER(mach/${ifc}.defs, [dnl
|
||||
mach_interface_list="$mach_interface_list $ifc"],, -)
|
||||
|
Loading…
Reference in New Issue
Block a user