]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/task.defs
xnu-792.22.5.tar.gz
[apple/xnu.git] / osfmk / mach / task.defs
index c4847998e479e94df09334cab2796d0550187be5..ae8e6f1c450650886d4eae6fdc69cef3e0b182da 100644 (file)
@@ -117,7 +117,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);