From 4940f1019b4b85b83d8b177769d036054d24a2cd Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 8 Oct 2015 02:15:43 +0200 Subject: Add task_notify to mach_interface_list * sysdeps/mach/configure.ac (mach_interface_list): Add task_notify. --- sysdeps/mach/configure | 2 +- sysdeps/mach/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure index 61ac7d9684..bc7f663d3f 100644 --- a/sysdeps/mach/configure +++ b/sysdeps/mach/configure @@ -279,7 +279,7 @@ fi mach_interface_list= for ifc in mach mach4 \ clock clock_priv host_priv host_security ledger lock_set \ - processor processor_set task thread_act vm_map \ + processor processor_set task task_notify thread_act vm_map \ memory_object memory_object_default default_pager \ i386/mach_i386 \ ; do diff --git a/sysdeps/mach/configure.ac b/sysdeps/mach/configure.ac index db85f47eae..d75784529f 100644 --- a/sysdeps/mach/configure.ac +++ b/sysdeps/mach/configure.ac @@ -56,7 +56,7 @@ dnl mach_interface_list= for ifc in mach mach4 \ clock clock_priv host_priv host_security ledger lock_set \ - processor processor_set task thread_act vm_map \ + processor processor_set task task_notify thread_act vm_map \ memory_object memory_object_default default_pager \ i386/mach_i386 \ ; do -- cgit v1.2.3