Daily bump.
[gcc.git] / libphobos / libdruntime / core / sys / solaris / time.d
blob393c12f00c4bc35f7ab976969342ee0808b1cb95
1 //Written in the D programming language
3 /++
4 D header file for Solaris's extensions to POSIX's time.h.
6 Copyright: Copyright 2014
7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8 Authors: Kai Nacke
9 +/
10 module core.sys.solaris.time;
12 public import core.sys.posix.time;
14 version (Solaris):
16 enum CLOCK_VIRTUAL = 1;
17 enum CLOCK_HIGHRES = CLOCK_MONOTONIC;
18 enum CLOCK_PROF = CLOCK_THREAD_CPUTIME_ID;