2
0

lualinux.open needs three args

This commit is contained in:
2025-10-27 21:18:52 +00:00
parent 481715f906
commit 0f90f3f46d
+1 -1
View File
@@ -28,7 +28,7 @@
(f:read "a")))
(let [[fifo-name stampfile] arg
fifo (ll.open fifo-name O_WRONLY)]
fifo (ll.open fifo-name O_WRONLY 0)]
(var backfill? true)
(var next-ts
(if (file-exists? stampfile)