summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-05-09 19:01:19 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:10 +0200
commit438e56899e1a5d4f539b441e2827e111f9bef6ca (patch)
tree585bf7dcff592c3f0e8a835e50d1bca4aa97a4bf /include
parentc48736bed95aca1374b2cb19dc76e788958076a9 (diff)
2007-05-09 Thomas Schwinge <tschwinge@gnu.org>
* include/mach/mach_types.defs (userprefix, serverprefix): Set, if requested.
Diffstat (limited to 'include')
-rw-r--r--include/mach/mach_types.defs8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/mach/mach_types.defs b/include/mach/mach_types.defs
index 53c25290..4e448b81 100644
--- a/include/mach/mach_types.defs
+++ b/include/mach/mach_types.defs
@@ -50,6 +50,14 @@
#if KERNEL_SERVER
#endif /* KERNEL_SERVER */
+#ifdef USERPREFIX
+userprefix USERPREFIX;
+#endif
+
+#ifdef SERVERPREFIX
+serverprefix SERVERPREFIX;
+#endif
+
type mach_port_status_t = struct[9] of integer_t;
type old_mach_port_status_t = struct[8] of integer_t; /* compatibility */