Loading...
osfmk/mach_debug/mach_debug.modulemap /dev/null xnu-8792.81.2
--- /dev/null
+++ xnu/xnu-8792.81.2/osfmk/mach_debug/mach_debug.modulemap
@@ -0,0 +1,6 @@
+module Darwin.Mach.debug [system] {
+  umbrella "mach_debug"
+
+  export *
+  module * { export * }
+}