]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/ppc/exec.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / ppc / exec.h
index 9db93197514cced7943483118e6f8fed427d4bf7..339bac2c73280ae5b1db4a6be071b6926039a3c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  */
 
  *
  */
 
+#ifndef _BSD_PPC_EXEC_H_
+#define _BSD_PPC_EXEC_H_
+
+
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
 /* Size of a page in an object file. */
 #define        __LDPGSZ        4096
 
 /* Size of a page in an object file. */
 #define        __LDPGSZ        4096
 
@@ -95,3 +102,7 @@ struct exec {
 #define        PS_STRINGS \
        ((struct ps_strings *)(USRSTACK - sizeof(struct ps_strings)))
 
 #define        PS_STRINGS \
        ((struct ps_strings *)(USRSTACK - sizeof(struct ps_strings)))
 
+#endif /* __APPLE_API_OBSOLETE */
+
+#endif /* _BSD_PPC_EXEC_H_ */
+