Loading...
mach/headers/task.h Libc-391.5.21 Libc-320.1.3
--- Libc/Libc-391.5.21/mach/headers/task.h
+++ Libc/Libc-320.1.3/mach/headers/task.h
@@ -22,12 +22,8 @@
  */
 #if defined(__i386__)
 #include <mach/i386/task.h>
-#elif defined(__x86_64__)
-#include <mach/x86_64/task.h>
 #elif defined(__ppc__)
 #include <mach/ppc/task.h>
-#elif defined(__ppc64__)
-#include <mach/ppc64/task.h>
 #else
 #error unknown architecture
 #endif