mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
util.pposix: Add function for atomically appending data to a file
This commit is contained in:
parent
9c6c576f09
commit
e8b57d789b
3 changed files with 66 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
--
|
||||
|
||||
|
||||
local want_pposix_version = "0.3.6";
|
||||
local want_pposix_version = "0.3.7";
|
||||
|
||||
local pposix = assert(require "util.pposix");
|
||||
if pposix._VERSION ~= want_pposix_version then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue