cvs commit: src/sys/sys time.h
John Birrell
jb at FreeBSD.org
Fri Aug 4 23:10:18 UTC 2006
jb 2006-08-04 23:10:11 UTC
FreeBSD src repository
Modified files:
sys/sys time.h
Log:
Add some OpenSolaris compatibility definitions which are only visible
if _SOLARIS_C_SOURCE is defined.
Add two function prototypes which are required to feed high-resolution
times to DTrace. DTrace requires it's own functions with the dtrace_
prefix so that it knows not to try and trace them. This is a rule that
code executed from the DTrace probe context must obey.
The two functions are only be compiled if the KDTRACE option is defined
to compile in kernel support for loading the DTrace modules.
Revision Changes Path
1.72 +25 -0 src/sys/sys/time.h
More information about the cvs-src
mailing list