Files
andrey e05abf16b5 fix(PIWaitEvent): use -1 as pipe_fd sentinel instead of 0
File descriptor 0 is stdin (a valid fd). Using 0 as the 'not-open'
sentinel caused isCreate() to return false and destroy() to skip
close() when pipe() happened to allocate fds {0, 1} (e.g. in daemons
with closed stdio). POSIX convention: -1 = invalid fd.
2026-08-05 17:39:36 +03:00
..
doc
2026-03-12 19:55:06 +03:00
2026-03-20 16:31:30 +03:00
2024-11-20 20:01:47 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2025-01-06 12:55:44 +03:00
2026-03-12 14:46:57 +03:00
2022-12-14 14:13:52 +03:00
2022-12-14 14:13:52 +03:00
2026-03-12 14:46:57 +03:00
2024-12-29 11:48:24 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2024-11-20 20:01:47 +03:00
2026-03-12 14:46:57 +03:00