/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
inout get_default : boolean_t);
/*
- * Thread profiling
- * This call is only valid for MACH_PROF compiled kernels.
- * Otherwise, KERN_FAILURE is returned.
+ * Removed from the kernel.
*/
+#if KERNEL_SERVER
+skip;
+#else
routine thread_sample(
thread : thread_act_t;
reply : mach_port_make_send_t);
+#endif
/*
* ETAP has been removed from the kernel.
policy : policy_t;
base : policy_base_t;
limit : policy_limit_t);
+
+/* vim: set ft=c : */