summaryrefslogtreecommitdiffstats
path: root/include/boottime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/boottime.h')
-rw-r--r--include/boottime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/boottime.h b/include/boottime.h
index 3518848fe..f1d0d0b27 100644
--- a/include/boottime.h
+++ b/include/boottime.h
@@ -2,7 +2,7 @@
#define UTIL_LINUX_BOOTTIME_H
/*
- * Uses clock_gettime() that requires -lrt
+ * Uses clock_gettime() that requires $CLOCKGETTIME_LIBS
*/
extern int get_boot_time(struct timeval *boot_time);