]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Build stubs for new gnumach.defs
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 28 Jan 2018 18:38:09 +0000 (19:38 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 28 Jan 2018 18:38:29 +0000 (19:38 +0100)
* mach/Makefile (user-interfaces): Add mach/gnumach.
* sysdeps/mach/configure.ac (mach_interface_list): Add gnumach.
* sysdeps/mach/configure (mach_interface_list): Regenerate.

ChangeLog
mach/Makefile
sysdeps/mach/configure
sysdeps/mach/configure.ac

index 9a9c1fdd385fa512830e171598fa16a4087e02f5..babe572b5f8692b296906da3761dd7de9edbd619 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -96,6 +96,9 @@
        check size against PTHREAD_STACK_MIN.
        * hurd/hurd/signal.h [__USE_EXTERN_INLINES][_LIBC][IS_IN(libc) ||
        IS_IN(libpthread)]: Include <sigsetops.h>.
+       * mach/Makefile (user-interfaces): Add mach/gnumach.
+       * sysdeps/mach/configure.ac (mach_interface_list): Add gnumach.
+       * sysdeps/mach/configure (mach_interface_list): Regenerate.
 
 2008-12-18  Thomas Schwinge  <tschwinge@gnu.org>
 
index 50047c2fd86a7d98d5d9424d14f36ed0c0ccb5f1..0ef6e1696d259fbe4ca602e97147743625b6e88d 100644 (file)
@@ -116,7 +116,7 @@ ifndef mach-shortcuts
 # $(mach-shortcuts) will be set, and that will change how
 # mach_interface.defs is processed: it will get the -D flags below.
 user-interfaces := $(filter-out $(mach-interface-list:%=mach/%) \
-                               mach/mach_port mach/mach_host mach/mach4 \
+                               mach/mach_port mach/mach_host mach/mach4 mach/gnumach \
                                device/device_request,\
                                $(user-interfaces))
 endif
index 632a9c9fa47d02d0321e5188098a9553c4606e5b..c6ea9be20b3b20e3f51d9b533981d7d3a413e26c 100644 (file)
@@ -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 \
index 3033fec946f8e041209c16d0da6ea537bfadb8ca..cadecae8840122e8c3f5c28f983e5e00b8059fe5 100644 (file)
@@ -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 \