Skip to content

Commit f4d3c47

Browse files
authored
Merge pull request #85 from azmeuk/81-disable-monotonic-fix
disable FAKETIME_FORCE_MONOTONIC_FIX
2 parents 78027d2 + dd8ae96 commit f4d3c47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libfaketime/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@ def _setup_ld_preload(soname):
5757
"linux": {
5858
"DONT_FAKE_MONOTONIC": "1",
5959
"FAKETIME_NO_CACHE": "1",
60+
"FAKETIME_FORCE_MONOTONIC_FIX": "0",
6061
},
6162
"darwi": {
6263
"DONT_FAKE_MONOTONIC": "1",
6364
"DYLD_FORCE_FLAT_NAMESPACE": "1",
6465
"FAKETIME_NO_CACHE": "1",
66+
"FAKETIME_FORCE_MONOTONIC_FIX": "0",
6567
},
6668
}
6769

0 commit comments

Comments
 (0)