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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to