1
0
Fork 0
libreoffice/solenv/lockfile
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00
..
autoconf.h.in Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
dotlockfile.c Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
lockfile.c Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
lockfile.h Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
maillock.h Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
README Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02: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;