Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2006 23:10:11 +0000 (UTC)
From:      John Birrell <jb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys time.h
Message-ID:  <200608042310.k74NABOv068393@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608042310.k74NABOv068393>