]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: timerfd: rename overrun_count to expiration_count
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 21 Jan 2019 11:26:51 +0000 (12:26 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 21 Jan 2019 11:26:51 +0000 (12:26 +0100)
commit528f4d49384e1c3ad95d3a6913bf681ef714d51f
treed3699c1690f222cf1e98c922fb5ed22728d464cf
parentea99e9fdda42141ef1c2273943a33d3191d72844
Cygwin: timerfd: rename overrun_count to expiration_count

The value returned by reading from a timerfd is not an overrun
count in the same sense as for posix timers, it's an expiry counter.
Reflect that in the name.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/fhandler_timerfd.cc
winsup/cygwin/timerfd.cc
winsup/cygwin/timerfd.h
This page took 0.028327 seconds and 5 git commands to generate.