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 gbuild: serialize dynamic link for static builds 2021-12-01 13:06:55 +01:00
dotlockfile.c Fix lockfile compiler warnings 2021-12-06 08:08:57 +01:00
lockfile.c loplugin:constparams 2022-03-11 10:05:39 +01:00
lockfile.h loplugin:constparams 2022-03-11 10:05:39 +01:00
maillock.h gbuild: serialize dynamic link for static builds 2021-12-01 13:06:55 +01:00
README gbuild: serialize dynamic link for static builds 2021-12-01 13:06:55 +01:00

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;