From: GNU Libc Maintainers Date: Sun, 14 Jan 2018 10:24:48 +0000 (+0000) Subject: unsubmitted-gnumach.defs X-Git-Tag: archive/raspbian/2.26-4+rpi1^2~145 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=08727246d0e88f7321a4c6a728c79e08f2e0024e;p=glibc.git unsubmitted-gnumach.defs Build stubs for gnumach.defs Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name unsubmitted-gnumach.defs.diff --- diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure index 632a9c9fa..c6ea9be20 100644 --- a/sysdeps/mach/configure +++ b/sysdeps/mach/configure @@ -282,7 +282,7 @@ if test $libc_cv_mach_task_creation_time = no; then fi mach_interface_list= -for ifc in mach mach4 \ +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 \ diff --git a/sysdeps/mach/configure.ac b/sysdeps/mach/configure.ac index 3033fec94..cadecae88 100644 --- a/sysdeps/mach/configure.ac +++ b/sysdeps/mach/configure.ac @@ -59,7 +59,7 @@ dnl but we don't do a check for that here because in a bare dnl environment the compile against those headers will fail. dnl mach_interface_list= -for ifc in mach mach4 \ +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 \