From 56911f5ee16a1b2050cb70ccf21292c90b36050d Mon Sep 17 00:00:00 2001 From: jdl Date: Sun, 14 Jun 2026 10:58:01 +0200 Subject: [PATCH] Initial commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f99226..fe676a5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # flock -Linux flock implementation. \ No newline at end of file +This package provides file locking using the `flock` system call on Linux.