]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/i386/sdt_x86.c
xnu-6153.11.26.tar.gz
[apple/xnu.git] / bsd / dev / i386 / sdt_x86.c
index b5c244cd8ae5ce6710ff983050c49990d5c0b927..4b78fe79101ce618e7a0aea6ec28757159f05d69 100644 (file)
  * Use is subject to license terms.
  */
 
-/* #pragma ident       "@(#)sdt.c      1.9     08/07/01 SMI" */
-
-#ifdef KERNEL
-#ifndef _KERNEL
-#define _KERNEL /* Solaris vs. Darwin */
-#endif
-#endif
-
-#define MACH__POSIX_C_SOURCE_PRIVATE 1 /* pulls in suitable savearea from mach/ppc/thread_status.h */
 #include <kern/cpu_data.h>
 #include <kern/thread.h>
 #include <mach/thread_status.h>