]> git.saurik.com Git - apple/libc.git/blobdiff - mach/headers/thread_act.h
Libc-391.5.18.tar.gz
[apple/libc.git] / mach / headers / thread_act.h
index ec404212710e6206322cbd9d674353f6f576f587..843b9d53bb0044b21493d73cafdb3d3a00869a33 100644 (file)
  */
 #if defined(__i386__)
 #include <mach/i386/thread_act.h>
  */
 #if defined(__i386__)
 #include <mach/i386/thread_act.h>
+#elif defined(__x86_64__)
+#include <mach/x86_64/thread_act.h>
 #elif defined(__ppc__)
 #include <mach/ppc/thread_act.h>
 #elif defined(__ppc__)
 #include <mach/ppc/thread_act.h>
+#elif defined(__ppc64__)
+#include <mach/ppc64/thread_act.h>
 #else
 #error unknown architecture
 #endif 
 #else
 #error unknown architecture
 #endif