summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfgang.hommel@unibw.de>2019-08-23 10:29:53 +0200
committerWolfgang Hommel <wolfgang.hommel@unibw.de>2019-08-23 10:29:53 +0200
commitba32d1b01c3c64964ad45011b29f7e9f8e23c1e5 (patch)
treeea09ef461459a5a537b4930ecf8616d0282dea4a /NEWS
parent30ba0b852af5b4afde83f4106def5dc26d74d5ac (diff)
downloadlibfaketime-ba32d1b01c3c64964ad45011b29f7e9f8e23c1e5.tar.gz
Added FORCE_MONOTONIC_FIX CFLAG to avoid hangs on timedwait (#202 #142)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26a68a9..cba2534 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ Since 0.9.7:
- Updated glibc compatibility settings for various platforms
- Support for clock_nanosleep() with realtime and monotonic clocks
- Support for epoll_wait(), epoll_pwait(), and pselect()
+ - src/Makefile CFLAG FORCE_MONOTONIC_FIX should be set (only) on
+ platforms where the test program hangs forever at the
+ CLOCK_MONOTONIC test.
Since 0.9.6:
- Julien Gilli added an option to disable monotonic time faking