summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfgang.hommel@unibw.de>2019-08-31 21:32:52 +0200
committerWolfgang Hommel <wolfgang.hommel@unibw.de>2019-08-31 21:32:52 +0200
commit8ed946cb63b636d522a139119558e97a385e516d (patch)
treea602d8cce98fe56a2b475df96a65c997c94a81bd /README
parent108370f850e5efd18f4989370cdc6ea6a2f74206 (diff)
downloadlibfaketime-8ed946cb63b636d522a139119558e97a385e516d.tar.gz
Documentation for packagers, esp. about FORCE_PTHREAD_NONVER and FORCE_MONOTONIC_FIX
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 25b5992..66cc135 100644
--- a/README
+++ b/README
@@ -97,6 +97,12 @@ documentation whether it can be achieved by using libfaketime directly.
src/Makefile and recompile libfaketime. Do not set FORCE_MONOTONIC_FIX on
platforms where the test does not hang.
+ If you observe hangs on the CLOCK_REALTIME test, add the CFLAG
+ -DFORCE_PTHREAD_NONVER. Also set this FORCE_PTHREAD_NONVER flag in case
+ FORCE_MONOTONIC_FIX alone does not solve the hang on the MONOTONIC_CLOCK
+ test.
+
+
3. Installation
---------------