]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/task.defs
xnu-792.10.96.tar.gz
[apple/xnu.git] / osfmk / mach / task.defs
index d04efd4bdc745d7c55fbb23451c688f98c435264..f1743eb1a8886f5605e574177208d3fc706d3e43 100644 (file)
@@ -111,7 +111,7 @@ routine     mach_ports_lookup(
  *      Returns information about the target task.
  */
 routine task_info(
-                target_task     : task_t;
+                target_task     : task_name_t;
                 flavor          : task_flavor_t;
         out     task_info_out   : task_info_t, CountInOut);