summaryrefslogtreecommitdiff
path: root/sysdep/unix/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/unix/io.c')
-rw-r--r--sysdep/unix/io.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c
index fa836f28..e3e388af 100644
--- a/sysdep/unix/io.c
+++ b/sysdep/unix/io.c
@@ -2100,8 +2100,7 @@ static btime loop_time;
static void
io_update_time(void)
{
- times_update();
- last_io_time = current_time();
+ last_io_time = current_time_update();
if (event_open)
{