mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
The use of shared memory has side effects. Currently, the only way to opt out of shared memory is by compiling with -DFAKE_STATELESS. To allow disabling shared memory without recompiling, this patch introduces the --disable-shm option to `faketime`, equivalent to setting the `FAKETIME_DISABLE_SHM=1` environment variable.