]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/signal.h
xnu-3789.70.16.tar.gz
[apple/xnu.git] / bsd / machine / signal.h
index ab0e99bb58a2f8a3ff91082933080e98ba6ffa9c..4b7f69c19ca394e58da8a6cbc508b2a7a2aa1022 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #ifndef _BSD_MACHINE_SIGNAL_H_
 #define _BSD_MACHINE_SIGNAL_H_
 
-
-#if defined (__ppc__) || defined (__ppc64__)
-#include "ppc/signal.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "i386/signal.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _BSD_MACHINE_SIGNAL_H_ */