office-gobmx/solenv/lockfile
Noel Grandin 69b5f0b657 loplugin:constparams
Change-Id: I5f184f93dbdb414514855c85c9dc1624e7ec8636
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131337
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-03-11 10:05:39 +01:00
..
autoconf.h.in
dotlockfile.c
lockfile.c
lockfile.h
maillock.h
README

All files (except for the dummy maillock.h) were copied from liblockfile 1.17.

Just the max sleep time was adjusted in lockfile.c / lockfile_create_save_tmplock:

+			if (sleeptime > 60) sleeptime = 60;
-			if (sleeptime > 5) sleeptime = 5;