PERFORCE change 132687 for review

John Birrell jb at FreeBSD.org
Sun Jan 6 23:48:56 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132687

Change 132687 by jb at jb_freebsd1 on 2008/01/07 07:48:11

	Add the function prototype for the DTrace-debug-specific printf for
	use _only_ in the probe context.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/dtrace.h#28 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/dtrace.h#28 (text) ====

@@ -2242,6 +2242,8 @@
 
 #if defined(sun)
 extern hrtime_t dtrace_gethrtime(void);
+#else
+void dtrace_debug_printf(const char *, ...) __printflike(1, 2);
 #endif
 extern void dtrace_sync(void);
 extern void dtrace_toxic_ranges(void (*)(uintptr_t, uintptr_t));


More information about the p4-projects mailing list