January 02, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime

  Commit: 953e0a8c925a6c9926cd9b118aaae548f3dddd26
      https://github.com/D-Programming-Language/druntime/commit/953e0a8c925a6c9926cd9b118aaae548f3dddd26
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2012-01-02 (Mon, 02 Jan 2012)

  Changed paths:
    M src/core/time.d

  Log Message:
  -----------
  Fix clock resolution in TickDuration for some Linux systems.

Apparently, on some Linux system, clock_gettres reports the wrong resolution.

https://github.com/D-Programming-Language/druntime/pull/88