Showing with 2 additions and 1 deletion.
  1. +2 −1 src/core/sys/posix/time.d
3 changes: 2 additions & 1 deletion src/core/sys/posix/time.d
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else version( FreeBSD )
}
else version (Solaris)
{
// Not supported.
time_t timegm(tm*); // non-standard
}
else version (Android)
{
Expand Down Expand Up @@ -258,6 +258,7 @@ else version (Solaris)
timespec it_value;
}

enum CLOCK_REALTIME = 0; // <sys/time_impl.h>
enum TIMER_ABSOLUTE = 0x1;

alias int clockid_t;
Expand Down