mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
hurd: Stop depending on the default_pager stubs provided by gnumach
The hurd source tree already provides the same stubs and they are only needed there. Message-Id: <ZDN3rDdjMowtUWf7@jupiter.tail36e24.ts.net>
This commit is contained in:
parent
54ae6d81c9
commit
f7f7dd8009
2 changed files with 2 additions and 4 deletions
3
sysdeps/mach/configure
vendored
3
sysdeps/mach/configure
vendored
|
@ -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"
|
||||
|
|
|
@ -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"],, -)
|
||||
|
|
Loading…
Add table
Reference in a new issue