summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-07-22 21:36:37 +0000
committerRoland McGrath <roland@gnu.org>1994-07-22 21:36:37 +0000
commit8c350a12e43e2cb05a5edbf2482d656a760529db (patch)
tree30e3be1ce4c10eefcf3ca7537e1b50db489f6ebc /mach
parent6d659b8259297f9e3e222da868b49609da5d5dcc (diff)
(mach-shortcuts): Filter out device_writev_request.
Diffstat (limited to 'mach')
-rw-r--r--mach/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mach/Makefile b/mach/Makefile
index 30a201a002..a6cc802200 100644
--- a/mach/Makefile
+++ b/mach/Makefile
@@ -136,7 +136,9 @@ generated += $(mach-syscalls:%=__%.S) \
$(mach-syscalls:%=%.c)
endif # mach-syscalls
-mach-shortcuts := $(patsubst syscall_%,%,$(filter syscall_%,$(mach-syscalls)))
+# syscall_device_writev_request has no RPC equivalent.
+mach-shortcuts := $(filter-out device_writev_request,\
+ $(patsubst syscall_%,%,$(filter syscall_%,$(mach-syscalls))))
ifndef mach-shortcuts
# Forget about mach_interface.defs for this run. On the next run,