mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
Merge pull request #486 from ijackson/utime
Re-disable faking utime by default
This commit is contained in:
@@ -876,7 +876,7 @@ static bool load_time(struct timespec *tp)
|
||||
* =======================================================================
|
||||
*/
|
||||
#ifdef FAKE_UTIME
|
||||
static int fake_utime_disabled = 0;
|
||||
static int fake_utime_disabled = 1;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user