From: Flavio Cruz Date: Sun, 7 May 2023 17:13:23 +0000 (-0400) Subject: Enable new device_open_new RPC in libmachuser. X-Git-Tag: glibc-2.38~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a26238d3ca21fda6d7d41b4d56541fcf4546fbe7;p=thirdparty%2Fglibc.git Enable new device_open_new RPC in libmachuser. Message-Id: --- diff --git a/mach/Makefile b/mach/Makefile index a5d1252f950..2c09c294063 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -123,7 +123,8 @@ user-interfaces := $(filter-out $(mach-interface-list:%=mach/%) \ endif # For some reason, the calls in this file are `protected' by an ifdef. -MIGFLAGS-mach/mach4=-DMACH_PCSAMPLE +MIGFLAGS-mach/mach4 = -DMACH_PCSAMPLE +MIGFLAGS-device/device = -DDEVICE_ENABLE_DEVICE_OPEN_NEW # Make the MiG stubs for $(mach-shortcuts) be CALL_rpc. migdefines += $(foreach call,$(mach-shortcuts),-D$(call)=$(call)_rpc)