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