summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-08 02:16:16 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-08 02:16:16 +0200
commita499f375b77dd0366eb5bed34ecbb041cef4df82 (patch)
tree0ef91af26a02c1b6364cf54ad81d2abe8adab896
parent7bc1afe191e76526d7ffb39dbf8b8806bf35abff (diff)
parent33e469e95680c8c93306cd59b470414ab93c393f (diff)
Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into tschwinge/Roger_Whittaker
-rw-r--r--sysdeps/mach/configure2
-rw-r--r--sysdeps/mach/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure
index d7c102c672..ef1feeeea2 100644
--- a/sysdeps/mach/configure
+++ b/sysdeps/mach/configure
@@ -284,7 +284,7 @@ fi
mach_interface_list=
for ifc in mach mach4 gnumach \
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 f972270614..cadecae884 100644
--- a/sysdeps/mach/configure.ac
+++ b/sysdeps/mach/configure.ac
@@ -61,7 +61,7 @@ dnl
mach_interface_list=
for ifc in mach mach4 gnumach \
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