summaryrefslogtreecommitdiffstats
path: root/text-utils/tailf.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/tailf.c')
-rw-r--r--text-utils/tailf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/tailf.c b/text-utils/tailf.c
index 2f611a4cb..d2366a6a0 100644
--- a/text-utils/tailf.c
+++ b/text-utils/tailf.c
@@ -133,7 +133,7 @@ watch_file(const char *filename, off_t *size)
{
do {
roll_file(filename, size);
- usleep(250000);
+ xusleep(250000);
} while(1);
}