]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/ucontext.h
xnu-792.24.17.tar.gz
[apple/xnu.git] / bsd / machine / ucontext.h
index 56cf8137df73110b2aa743f13c852307f9e7e59c..fa9635508998558d658d9fea7fe1a98dea46d50a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2002-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -22,7 +22,7 @@
 #ifndef        _MACHINE_UCONTEXT_H_
 #define        _MACHINE_UCONTEXT_H_
 
-#if defined (__ppc__)
+#if defined (__ppc__) || defined (__ppc64__)
 #include "ppc/ucontext.h"
 #elif defined (__i386__)
 #include "i386/ucontext.h"