Cygwin: timerfd: fill out it_interval on timerfd_gettime
Might not be such a bad idea, after all... Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -128,6 +128,7 @@ class timerfd_tracker /* cygheap! */
|
||||
|
||||
clock_t get_clockid () const { return tfd_shared->_clockid; }
|
||||
LONG64 get_clock_now () const { return tfd_shared->get_clock_now (); }
|
||||
struct itimerspec &time_spec () { return tfd_shared->time_spec (); }
|
||||
LONG64 get_exp_ts () const { return tfd_shared->_exp_ts; }
|
||||
LONG64 get_interval () const { return tfd_shared->_interval; }
|
||||
int flags () const { return tfd_shared->flags (); }
|
||||
|
Reference in New Issue
Block a user