Home
last modified time | relevance | path

Searched refs:file_change (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dtail.c1624 int file_change; in tail_forever_inotify() local
1653 file_change = poll (pfd, monitor_output + 1, delay); in tail_forever_inotify()
1655 while (file_change == 0); in tail_forever_inotify()
1657 if (file_change < 0) in tail_forever_inotify()