summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2023-05-07 13:13:23 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-07 19:14:29 +0200
commita26238d3ca21fda6d7d41b4d56541fcf4546fbe7 (patch)
tree86d518346c5af2338e42a09d5a3eeddf20c4cadd
parentbf88b47ecb54888a789c02fa81aa4ab81ec2f3a5 (diff)
downloadglibc-a26238d3ca21fda6d7d41b4d56541fcf4546fbe7.tar.gz
Enable new device_open_new RPC in libmachuser.
Message-Id: <ZFfcM3DP+x7VHpWA@jupiter.tail36e24.ts.net>
-rw-r--r--mach/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mach/Makefile b/mach/Makefile
index a5d1252f95..2c09c29406 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)